zarf: 0.33.1 -> 0.33.2

This commit is contained in:
R. Ryantm 2024-05-09 18:29:21 +00:00
parent 0c9055e823
commit 29fd229d8c

View File

@ -5,16 +5,16 @@
buildGoModule rec {
pname = "zarf";
version = "0.33.1";
version = "0.33.2";
src = fetchFromGitHub {
owner = "defenseunicorns";
repo = "zarf";
rev = "v${version}";
hash = "sha256-JmUJUZn4mnTKdAVzYaCGZXDJmIeGfyn8Z+OfLfXp/S0=";
hash = "sha256-BafS+++8iTVT38pneqCfAQFg15PpXOW/Bv8anmdHZTg=";
};
vendorHash = "sha256-fpseCFQjLhUbhisjOYmLfznKGea5+E8CzjtbE7CEsk8=";
vendorHash = "sha256-4AN/0OgFX+5uymN/QfOr0sZipTmszhieOPmReKciFtg=";
proxyVendor = true;
preBuild = ''