We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8615741 + ba9998e commit 62db192Copy full SHA for 62db192
1 file changed
pkgs/by-name/wa/waytrogen/package.nix
@@ -18,13 +18,13 @@
18
19
stdenv.mkDerivation (finalAttrs: {
20
pname = "waytrogen";
21
- version = "0.7.3";
+ version = "0.7.4";
22
23
src = fetchFromGitHub {
24
owner = "nikolaizombie1";
25
repo = "waytrogen";
26
tag = finalAttrs.version;
27
- hash = "sha256-vFzOGadWR5xwhIKrKPHoAHstoeyFw4GrS5aYlpvEF5E=";
+ hash = "sha256-I7juUTIN+ZhD9w2WXSU5YMBulxcGUYDdv6eiLZ1Byyw=";
28
};
29
30
cargoDeps = rustPlatform.fetchCargoVendor {
0 commit comments