zarf: 0.28.1 -> 0.28.2

This commit is contained in:
Nick Wilburn 2023-07-18 07:35:29 -05:00
parent 441a7276d7
commit f3ab69582d

View File

@ -5,16 +5,16 @@
buildGoModule rec {
pname = "zarf";
version = "0.28.1";
version = "0.28.2";
src = fetchFromGitHub {
owner = "defenseunicorns";
repo = "zarf";
rev = "v${version}";
hash = "sha256-TgrYDLlbaYQwRpG4Vy9sZGWawbN4iS9YFVEjlB3JVfY=";
hash = "sha256-4217HkmTridDkq0c0lqkcbwqxqAceNIVFl/TEDcuxCA=";
};
vendorHash = "sha256-dIQ+6aWI47zI++4skMFnyDYpQPcHEHSwUS9aXatY43g=";
vendorHash = "sha256-sTI/fpT/5/2ulhCuhsKpY5epJup2TxF2jpRqBI0eOWA=";
proxyVendor = true;
preBuild = ''