Skip to content

Commit

Permalink
zarf: 0.40.1 -> 0.41.0 (#346834)
Browse files Browse the repository at this point in the history
  • Loading branch information
natsukium authored Oct 14, 2024
2 parents 43294c0 + c41d13b commit 8902175
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/applications/networking/cluster/zarf/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@

buildGoModule rec {
pname = "zarf";
version = "0.40.1";
version = "0.41.0";

src = fetchFromGitHub {
owner = "defenseunicorns";
repo = "zarf";
rev = "v${version}";
hash = "sha256-tSMaDb8lflkedDa5ICXthqMpWBkHg+UQ20aTrF4+hUQ=";
hash = "sha256-rY9xWqJ+2Yfs6VRHTF89LmuEruAavDI7MgBm4UFEuBs=";
};

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

nativeBuildInputs = [ installShellFiles ];
Expand Down

0 comments on commit 8902175

Please sign in to comment.