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

vendir: 0.26.0 -> 0.30.0
This commit is contained in:
Sebastián Mancilla 2022-08-17 17:15:33 -04:00 committed by GitHub
commit 0e6fbe1c68
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.26.0";
version = "0.30.0";
src = fetchFromGitHub {
owner = "vmware-tanzu";
repo = "carvel-vendir";
rev = "v${version}";
sha256 = "sha256-a/fftMJuN6YnjPP0Gk6bMckoCouwgtxhf23OuyLR5Tk=";
sha256 = "sha256-iIqfm07qO5qf7mYHdBJVRiokRLHdE7qS2mjaeU9G3U4=";
};
vendorSha256 = null;