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

vendir: 0.39.0 -> 0.40.0
This commit is contained in:
Nikolay Korotkiy 2024-02-23 00:04:35 +04:00 committed by GitHub
commit b383c6f2a1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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;