zarf: 0.27.1 -> 0.28.0 (#240142)

This commit is contained in:
Nick Wilburn
2023-06-28 16:05:38 +02:00
committed by GitHub
parent 48a6800510
commit 37acdaf393
@@ -5,16 +5,16 @@
buildGoModule rec {
pname = "zarf";
version = "0.27.1";
version = "0.28.0";
src = fetchFromGitHub {
owner = "defenseunicorns";
repo = "zarf";
rev = "v${version}";
hash = "sha256-R9naPTipxok29wRwVNEV66tKDykGyVQPXoWs80+MyGc=";
hash = "sha256-TE7XP+qZkFxmms1iWDH8ziO8Rvkuo8cz8NdnMC/VU4s=";
};
vendorHash = "sha256-6hd1OEmEQ6bYdYa1UCSXfNDFM1aAiBF6tvPmAMulRyc=";
vendorHash = "sha256-5HIRwOTZwElU2Ej8EhwmTtqtL6r+Hc7Vp8XjqCulo34=";
proxyVendor = true;
preBuild = ''