zarf: 0.28.0 -> 0.28.1

This commit is contained in:
R. Ryantm 2023-07-08 07:38:43 +00:00
parent 687ed41b53
commit cb704c2196

View file

@ -5,16 +5,16 @@
buildGoModule rec {
pname = "zarf";
version = "0.28.0";
version = "0.28.1";
src = fetchFromGitHub {
owner = "defenseunicorns";
repo = "zarf";
rev = "v${version}";
hash = "sha256-TE7XP+qZkFxmms1iWDH8ziO8Rvkuo8cz8NdnMC/VU4s=";
hash = "sha256-TgrYDLlbaYQwRpG4Vy9sZGWawbN4iS9YFVEjlB3JVfY=";
};
vendorHash = "sha256-5HIRwOTZwElU2Ej8EhwmTtqtL6r+Hc7Vp8XjqCulo34=";
vendorHash = "sha256-dIQ+6aWI47zI++4skMFnyDYpQPcHEHSwUS9aXatY43g=";
proxyVendor = true;
preBuild = ''