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

vendir: 0.24.0 -> 0.26.0
This commit is contained in:
Ryan Mulligan 2022-03-15 12:37:00 -07:00 committed by GitHub
commit 7559f7faca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "vendir";
version = "0.24.0";
version = "0.26.0";
src = fetchFromGitHub {
owner = "vmware-tanzu";
repo = "carvel-vendir";
rev = "v${version}";
sha256 = "sha256-3l0ezObZK/QEmpBlqSm3R3e4pFM7KUnsxDrzvEYExnk=";
sha256 = "sha256-a/fftMJuN6YnjPP0Gk6bMckoCouwgtxhf23OuyLR5Tk=";
};
vendorSha256 = null;