Skip to content

Commit d89453a

Browse files
authored
waytrogen: 0.7.1 -> 0.7.2 (NixOS#388462)
2 parents f1e470b + 2e49cf1 commit d89453a

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

pkgs/by-name/wa/waytrogen/package.nix

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,24 +13,25 @@
1313
rustc,
1414
sqlite,
1515
openssl,
16+
desktop-file-utils,
1617
}:
1718

1819
stdenv.mkDerivation rec {
1920
pname = "waytrogen";
20-
version = "0.7.1";
21+
version = "0.7.2";
2122

2223
src = fetchFromGitHub {
2324
owner = "nikolaizombie1";
2425
repo = "waytrogen";
2526
tag = version;
26-
hash = "sha256-Y83l6GKuaH+976MTOo03saVBh6gDegxyo3WRsRA+iQI=";
27+
hash = "sha256-OO7HHmTa5qH0lFl+ZnsJMo4MxQCRnKn7kkO2BOGt8PA=";
2728
};
2829

2930
useFetchCargoVendor = true;
3031
cargoDeps = rustPlatform.fetchCargoVendor {
3132
inherit src;
3233
name = "${pname}-${version}";
33-
hash = "sha256-t3bDgY1Jtc/lE3WOnmti12shwsmSX3HhGBtYjesQ7hk=";
34+
hash = "sha256-S+JW6OvmB9vj9cR9/qnw5EIECjpD8JPhxfgwDEEtlC0=";
3435
};
3536

3637
nativeBuildInputs = [
@@ -41,6 +42,7 @@ stdenv.mkDerivation rec {
4142
rustPlatform.cargoSetupHook
4243
cargo
4344
rustc
45+
desktop-file-utils
4446
];
4547

4648
buildInputs = [

0 commit comments

Comments
 (0)