velero: 1.15.2 -> 1.16.0

This commit is contained in:
R. Ryantm
2025-04-14 08:49:07 +00:00
parent 8f1cb388e9
commit 692e104e04
+3 -3
View File
@@ -8,13 +8,13 @@
buildGoModule rec {
pname = "velero";
version = "1.15.2";
version = "1.16.0";
src = fetchFromGitHub {
owner = "vmware-tanzu";
repo = "velero";
rev = "v${version}";
hash = "sha256-WClNupUW1Nd5Xnx58KYDRLz1/2kNCOR4AoAsUv78yPE=";
hash = "sha256-+gEu323/Y6BZiN22yX1oj9WmejoVSOLjBCKL0YTXI6A=";
};
ldflags = [
@@ -26,7 +26,7 @@ buildGoModule rec {
"-X github.com/vmware-tanzu/velero/pkg/buildinfo.GitSHA=none"
];
vendorHash = "sha256-Q3h39o78V5Lqzols3RmSDL9d5WevMnTt4bv4qBscnGs=";
vendorHash = "sha256-+gmHQoAIfvKT3g4q7YsOVwKS/LMkmwpq9OTtCuqEd/Y=";
excludedPackages = [
"issue-template-gen"