Merge pull request #276589 from r-ryantm/auto-update/vendir

vendir: 0.37.0 -> 0.38.0
This commit is contained in:
Nick Cao 2023-12-25 10:57:47 -05:00 committed by GitHub
commit 12501c64d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "vendir";
version = "0.37.0";
version = "0.38.0";
src = fetchFromGitHub {
owner = "vmware-tanzu";
repo = "carvel-vendir";
rev = "v${version}";
sha256 = "sha256-AxHVr6XryTXqm+iL54eqxIRE2MfxLbwFz7+aCauP0x8=";
sha256 = "sha256-H5SeDZzl2KdVp3KsRpsmp6/ZOxLq+3y9Coe1NIEi5YQ=";
};
vendorHash = null;