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

velero: 1.13.0 -> 1.13.1
This commit is contained in:
Nick Cao 2024-03-13 18:24:24 -04:00 committed by GitHub
commit 46af51d81f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,14 +2,14 @@
buildGoModule rec {
pname = "velero";
version = "1.13.0";
version = "1.13.1";
src = fetchFromGitHub {
owner = "vmware-tanzu";
repo = "velero";
rev = "v${version}";
sha256 = "sha256-R9iZpib8hoU9EC6B6Kaj2dWDOkb5qFw1UzsxMBClCso=";
sha256 = "sha256-Fz3FqNj2NbqU9CvtdjM8cjkZh5xLCA+AAIF/QgLJ7UA=";
};
ldflags = [