vendir: 0.39.0 -> 0.40.0

This commit is contained in:
R. Ryantm 2024-02-20 23:31:11 +00:00
parent e4af98e127
commit 27d332f683

View File

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