vendir: 0.37.0 -> 0.38.0

This commit is contained in:
R. Ryantm 2023-12-25 01:39:35 +00:00
parent 65a62c9f75
commit 76ee867f63

@ -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;