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

vendir: 0.32.0 -> 0.32.1
This commit is contained in:
figsoda
2022-11-27 13:47:25 -05:00
committed by GitHub
+2 -2
View File
@@ -2,13 +2,13 @@
buildGoModule rec {
pname = "vendir";
version = "0.32.0";
version = "0.32.1";
src = fetchFromGitHub {
owner = "vmware-tanzu";
repo = "carvel-vendir";
rev = "v${version}";
sha256 = "sha256-VuOf+8PgscoHNVPO8gDoFGGPSBxO5BNLpmUJnYL898s=";
sha256 = "sha256-IgPUqIR9xuLEglVqVHz2KvqqCHpCPYv8TX+Z6q5xCNA=";
};
vendorSha256 = null;