vendir: 0.38.0 -> 0.39.0

This commit is contained in:
R. Ryantm 2024-01-22 06:42:59 +00:00
parent 0fbb6483cf
commit bbcd336868

View File

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