Merge pull request #134058 from r-ryantm/auto-update/velero

velero: 1.6.2 -> 1.6.3
This commit is contained in:
Ryan Mulligan 2021-08-17 13:17:42 -07:00 committed by GitHub
commit 7aa8484208
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,7 +3,7 @@
buildGoModule rec {
pname = "velero";
# When updating, change the commit underneath
version = "1.6.2";
version = "1.6.3";
commit = "8c9cdb9603446760452979dc77f93b17054ea1cc";
@ -11,7 +11,7 @@ buildGoModule rec {
rev = "v${version}";
owner = "vmware-tanzu";
repo = "velero";
sha256 = "sha256-JYa+5lP9uo/6/5wTxNz8xa2usHo6WfXSndbwrMpHhcg=";
sha256 = "sha256-oFDTjpcwlvSiAROG/EKYRCD+qKyZXu1gKotBcD0dfvk=";
};
buildFlagsArray = ''
@ -22,7 +22,7 @@ buildGoModule rec {
-X github.com/vmware-tanzu/velero/pkg/buildinfo.GitTreeState=clean
'';
vendorSha256 = "sha256-Rmj2qGY2w1gsnKAuRQ8cQyqfoM556t4/MookkuPmbDM=";
vendorSha256 = "sha256-ypgrdv6nVW+AAwyVsiROXs6jGgDTodGrGqiT2s5elOU=";
excludedPackages = [ "issue-template-gen" "crd-gen" "release-tools" "velero-restic-restore-helper" ];