zarf: 0.40.1 -> 0.41.0

This commit is contained in:
R. Ryantm
2024-10-06 09:28:47 +00:00
parent ae58135210
commit c41d13bbc8
@@ -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 ];