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

View file

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