Merge pull request #231482 from ragingpastry/zarf-0.26.3

zarf: 0.26.2 -> 0.26.3
This commit is contained in:
Nick Cao 2023-05-13 10:11:03 +08:00 committed by GitHub
commit c6b375e75c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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=";