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.
1 parent ae58135 commit c41d13bCopy full SHA for c41d13b
pkgs/applications/networking/cluster/zarf/default.nix
@@ -7,16 +7,16 @@
7
8
buildGoModule rec {
9
pname = "zarf";
10
- version = "0.40.1";
+ version = "0.41.0";
11
12
src = fetchFromGitHub {
13
owner = "defenseunicorns";
14
repo = "zarf";
15
rev = "v${version}";
16
- hash = "sha256-tSMaDb8lflkedDa5ICXthqMpWBkHg+UQ20aTrF4+hUQ=";
+ hash = "sha256-rY9xWqJ+2Yfs6VRHTF89LmuEruAavDI7MgBm4UFEuBs=";
17
};
18
19
- vendorHash = "sha256-7G+gROPw8Ab6iGMr7vnmC7jAm7jLPd5pbLOkKqDKIDc=";
+ vendorHash = "sha256-Cz+w0tOEamCxf61hvQ03X/kXPY+qrmdBN8s26lr/wZ8=";
20
proxyVendor = true;
21
22
nativeBuildInputs = [ installShellFiles ];
0 commit comments