File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
pkgs/by-name/wa/waytrogen Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 1313 rustc ,
1414 sqlite ,
1515 openssl ,
16+ desktop-file-utils ,
1617} :
1718
1819stdenv . 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 = [
You can’t perform that action at this time.
0 commit comments