zarf: 0.33.2 -> 0.34.0

This commit is contained in:
R. Ryantm 2024-05-24 03:14:00 +00:00
parent fc165a03b2
commit d73785b4b7

View File

@ -5,16 +5,16 @@
buildGoModule rec {
pname = "zarf";
version = "0.33.2";
version = "0.34.0";
src = fetchFromGitHub {
owner = "defenseunicorns";
repo = "zarf";
rev = "v${version}";
hash = "sha256-BafS+++8iTVT38pneqCfAQFg15PpXOW/Bv8anmdHZTg=";
hash = "sha256-o3sfvzUCCW7hwNDrWH1IiRyZHkVnxffJdLS8BqzD5Ng=";
};
vendorHash = "sha256-4AN/0OgFX+5uymN/QfOr0sZipTmszhieOPmReKciFtg=";
vendorHash = "sha256-Co9xKC7J0WGoaYxa+YukrP+6aOuhweZyXaH5wD97ioA=";
proxyVendor = true;
preBuild = ''