Skip to content

Commit c41d13b

Browse files
committed
zarf: 0.40.1 -> 0.41.0
1 parent ae58135 commit c41d13b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/applications/networking/cluster/zarf/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,16 @@
77

88
buildGoModule rec {
99
pname = "zarf";
10-
version = "0.40.1";
10+
version = "0.41.0";
1111

1212
src = fetchFromGitHub {
1313
owner = "defenseunicorns";
1414
repo = "zarf";
1515
rev = "v${version}";
16-
hash = "sha256-tSMaDb8lflkedDa5ICXthqMpWBkHg+UQ20aTrF4+hUQ=";
16+
hash = "sha256-rY9xWqJ+2Yfs6VRHTF89LmuEruAavDI7MgBm4UFEuBs=";
1717
};
1818

19-
vendorHash = "sha256-7G+gROPw8Ab6iGMr7vnmC7jAm7jLPd5pbLOkKqDKIDc=";
19+
vendorHash = "sha256-Cz+w0tOEamCxf61hvQ03X/kXPY+qrmdBN8s26lr/wZ8=";
2020
proxyVendor = true;
2121

2222
nativeBuildInputs = [ installShellFiles ];

0 commit comments

Comments
 (0)