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

vendir: 0.32.0 -> 0.32.1

authored by

figsoda and committed by
GitHub
89eeed60 1380fec7

+2 -2
+2 -2
pkgs/development/tools/vendir/default.nix
··· 2 2 3 3 buildGoModule rec { 4 4 pname = "vendir"; 5 - version = "0.32.0"; 5 + version = "0.32.1"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "vmware-tanzu"; 9 9 repo = "carvel-vendir"; 10 10 rev = "v${version}"; 11 - sha256 = "sha256-VuOf+8PgscoHNVPO8gDoFGGPSBxO5BNLpmUJnYL898s="; 11 + sha256 = "sha256-IgPUqIR9xuLEglVqVHz2KvqqCHpCPYv8TX+Z6q5xCNA="; 12 12 }; 13 13 14 14 vendorSha256 = null;