Merge pull request #127035 from r-ryantm/auto-update/helvum
helvum: 0.2.0 -> 0.2.1
This commit is contained in:
commit
7438a9c31f
1 changed files with 3 additions and 3 deletions
|
@ -13,17 +13,17 @@
|
||||||
|
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
pname = "helvum";
|
pname = "helvum";
|
||||||
version = "0.2.0";
|
version = "0.2.1";
|
||||||
|
|
||||||
src = fetchFromGitLab {
|
src = fetchFromGitLab {
|
||||||
domain = "gitlab.freedesktop.org";
|
domain = "gitlab.freedesktop.org";
|
||||||
owner = "ryuukyu";
|
owner = "ryuukyu";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "sha256-sQ4epL3QNOLHuR/dr/amHgiaxV/1SWeb3eijnjAAR3w=";
|
sha256 = "sha256-ZnpdGXK8N8c/s4qC2NXcn0Pdqrqr47iOWvVwXD9pn1A=";
|
||||||
};
|
};
|
||||||
|
|
||||||
cargoSha256 = "sha256-uNTSU06Fz/ud04K40e98rb7o/uAht0DsiJOXeHX72vw=";
|
cargoSha256 = "sha256-2v2L20rUWftXdhhuE3wiRrDIuSg6VFxfpWYMRaMUyTU=";
|
||||||
|
|
||||||
nativeBuildInputs = [ clang copyDesktopItems pkg-config ];
|
nativeBuildInputs = [ clang copyDesktopItems pkg-config ];
|
||||||
buildInputs = [ glib gtk4 pipewire ];
|
buildInputs = [ glib gtk4 pipewire ];
|
||||||
|
|
Loading…
Reference in a new issue