Merge pull request #252566 from ragingpastry/zarf-0.29.1

zarf: 0.29.0 -> 0.29.1
This commit is contained in:
Matthias Beyer
2023-09-01 08:11:51 +02:00
committed by GitHub
@@ -5,16 +5,16 @@
buildGoModule rec {
pname = "zarf";
version = "0.29.0";
version = "0.29.1";
src = fetchFromGitHub {
owner = "defenseunicorns";
repo = "zarf";
rev = "v${version}";
hash = "sha256-MpjxyVOouivB1FT8ejKhq3lPSfCaXwxMXpyxoaNxVEk=";
hash = "sha256-m/eyy3MpHHlxlWU9Y7tsQw5jGGZIKCvBkIgoRmvecBI=";
};
vendorHash = "sha256-h/N50x64ROW3KJ5965vauSpkIoeq8Zn26eCEmJqU0Zg=";
vendorHash = "sha256-p1QLNbkNlIwqHzLjGX5YGC2Xxu0nAjmMfGwKXhi9XkU=";
proxyVendor = true;
preBuild = ''