Merge pull request #325476 from r-ryantm/auto-update/zarf

zarf: 0.34.0 -> 0.35.0
This commit is contained in:
Weijia Wang
2024-07-08 23:50:17 +02:00
committed by GitHub
@@ -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 = ''