zarf: 0.26.2 -> 0.26.3

This commit is contained in:
Nick Wilburn 2023-05-12 09:29:25 -05:00
parent e12fdc26c6
commit e31a5e4c7b

View File

@ -5,13 +5,13 @@
buildGoModule rec {
pname = "zarf";
version = "0.26.2";
version = "0.26.3";
src = fetchFromGitHub {
owner = "defenseunicorns";
repo = "zarf";
rev = "v${version}";
hash = "sha256-45ZGHw/u0IkDJSlNaNg9At4rvBU9+CVix8Bp58hE6gk=";
hash = "sha256-gJpXdT0Uj+7UecPPuRphbtbh8v80UztKmiOAP+U7Tpc=";
};
vendorHash = "sha256-5k2NnQ18bL0v7YHTvw2nz5H5n5DQOmozkUhyf97eKl8=";