velero: 1.16.2 -> 1.17.0 (#443099)

This commit is contained in:
Wolfgang Walther
2025-09-23 20:16:40 +00:00
committed by GitHub
+3 -3
View File
@@ -8,13 +8,13 @@
buildGoModule (finalAttrs: {
pname = "velero";
version = "1.16.2";
version = "1.17.0";
src = fetchFromGitHub {
owner = "vmware-tanzu";
repo = "velero";
tag = "v${finalAttrs.version}";
hash = "sha256-PxM9BjjCYNOOPX/Z8MHBHstZcIujTjsT+L4gxihii/c=";
hash = "sha256-2hffuTcz6mBwrEjCMhZqrDvNbC5m6lK3vM9umgV4l+0=";
};
ldflags = [
@@ -26,7 +26,7 @@ buildGoModule (finalAttrs: {
"-X github.com/vmware-tanzu/velero/pkg/buildinfo.GitSHA=none"
];
vendorHash = "sha256-Wzxtg7UB5mjrhZKR1Lb0UH4Mhw41UTWAg1PzuyyOrCo=";
vendorHash = "sha256-khG/6mSYOCKBjTY+JyakFD65bLWLXpcQKPlhPT31uxc=";
excludedPackages = [
"issue-template-gen"