zarf: 0.34.0 -> 0.35.0

This commit is contained in:
R. Ryantm
2024-07-08 09:00:27 +00:00
parent 8f3b38daf2
commit 4367abcdff
@@ -5,16 +5,16 @@
buildGoModule rec {
pname = "zarf";
version = "0.34.0";
version = "0.35.0";
src = fetchFromGitHub {
owner = "defenseunicorns";
repo = "zarf";
rev = "v${version}";
hash = "sha256-o3sfvzUCCW7hwNDrWH1IiRyZHkVnxffJdLS8BqzD5Ng=";
hash = "sha256-HxHINy+zwkwLvckQUoDy1KqLhTYSH371+cucQGWJNIw=";
};
vendorHash = "sha256-Co9xKC7J0WGoaYxa+YukrP+6aOuhweZyXaH5wD97ioA=";
vendorHash = "sha256-+3VYBvcA8TzO9uBl0863uATOavPY9cjt8xtgW7N7C4w=";
proxyVendor = true;
preBuild = ''