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

This commit is contained in:
Artturi 2021-08-23 17:23:29 +03:00 committed by GitHub
commit c285a36ab7
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.18.0";
version = "0.22.0";
src = fetchFromGitHub {
owner = "vmware-tanzu";
repo = "carvel-vendir";
rev = "v${version}";
sha256 = "sha256-+VZ1EWrEvTbWeO/o7EkkF2Xcro7UpCrnsOJjOCtfNzY=";
sha256 = "sha256-LvpzynT+ibrE1F1uv7X0pVtzOrVFIxFqbZwM04e1Do0=";
};
vendorSha256 = null;