zarf: 0.29.2 -> 0.30.0

This commit is contained in:
Nick Wilburn 2023-10-19 21:49:27 -05:00
parent d06515a020
commit 449c520747

View File

@ -5,16 +5,16 @@
buildGoModule rec {
pname = "zarf";
version = "0.29.2";
version = "0.30.0";
src = fetchFromGitHub {
owner = "defenseunicorns";
repo = "zarf";
rev = "v${version}";
hash = "sha256-eSKoh1Ab2rzpOOHRi+FZ92ic92Q6bFpu1jYIPhmoqQc=";
hash = "sha256-bsUnwciJ+s3lkiVXD09xQx8EAhE964/JBeggVprwkTc=";
};
vendorHash = "sha256-p1QLNbkNlIwqHzLjGX5YGC2Xxu0nAjmMfGwKXhi9XkU=";
vendorHash = "sha256-Uu7U8tjpHe/OzbQREty0X6ik6JafzYdax2762BkGacw=";
proxyVendor = true;
preBuild = ''