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

velero: 1.11.0 -> 1.11.1
This commit is contained in:
Pol Dellaiera 2023-07-30 19:56:47 +02:00 committed by GitHub
commit f71d6680cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,14 +2,14 @@
buildGoModule rec {
pname = "velero";
version = "1.11.0";
version = "1.11.1";
src = fetchFromGitHub {
owner = "vmware-tanzu";
repo = "velero";
rev = "v${version}";
sha256 = "sha256-vrRVNVcNahTC+HSHr7Bw3WedNhe+SSX03P65C5xiUnw=";
sha256 = "sha256-G1+zdzHj8fDKVEVQpBEH3o/em+gxCyQmrpSXj8bE/P4=";
};
ldflags = [