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

vendir: 0.35.0 -> 0.35.2
This commit is contained in:
Nick Cao 2023-11-01 09:24:21 -04:00 committed by GitHub
commit 24025bff92
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.35.0";
version = "0.35.2";
src = fetchFromGitHub {
owner = "vmware-tanzu";
repo = "carvel-vendir";
rev = "v${version}";
sha256 = "sha256-aN8O+5zzGGLWAPk/oNFOnBBv2rsljWaxTKlC19XTt58=";
sha256 = "sha256-zoZPAJTEmKHL78wfAHqayBxw8tRANIsMckj+wXtbLTw=";
};
vendorHash = null;