Merge pull request #162025 from bryanasdev000/pkg-velero-180

velero: 1.7.1 -> 1.8.0

authored by Thiago Kenji Okada and committed by GitHub 6f21ff94 2970b27f

+4 -4
+4 -4
pkgs/applications/networking/cluster/velero/default.nix
··· 2 3 buildGoModule rec { 4 pname = "velero"; 5 - version = "1.7.1"; 6 7 8 src = fetchFromGitHub { 9 owner = "vmware-tanzu"; 10 repo = "velero"; 11 rev = "v${version}"; 12 - sha256 = "sha256-Jz3Tp5FqpmPuBscRB0KleQxtCvB43qmeLZNtGPnjuL0="; 13 }; 14 15 ldflags = [ ··· 18 "-X github.com/vmware-tanzu/velero/pkg/buildinfo.GitTreeState=clean" 19 ]; 20 21 - vendorSha256 = "sha256-fX9FeoIkxxSi3dl5W2MZLz5vN1VHkPNpTBGRxGP5Qx8="; 22 23 - excludedPackages = [ "issue-template-gen" "crd-gen" "release-tools" "velero-restic-restore-helper" "v1" "v1beta1" ]; 24 25 doCheck = false; # Tests expect a running cluster see https://github.com/vmware-tanzu/velero/tree/main/test/e2e 26 doInstallCheck = true;
··· 2 3 buildGoModule rec { 4 pname = "velero"; 5 + version = "1.8.0"; 6 7 8 src = fetchFromGitHub { 9 owner = "vmware-tanzu"; 10 repo = "velero"; 11 rev = "v${version}"; 12 + sha256 = "sha256-tQGAzQFrpCUAEzdd5vr4j2oIb6TKeN9DQm96TdP0n40="; 13 }; 14 15 ldflags = [ ··· 18 "-X github.com/vmware-tanzu/velero/pkg/buildinfo.GitTreeState=clean" 19 ]; 20 21 + vendorSha256 = "sha256-DyQ+MHRNZFg80Yz/SCxhnF4NVbIsyhz4mApx0+kgHoA="; 22 23 + excludedPackages = [ "issue-template-gen" "release-tools" "v1" "velero-restic-restore-helper" ]; 24 25 doCheck = false; # Tests expect a running cluster see https://github.com/vmware-tanzu/velero/tree/main/test/e2e 26 doInstallCheck = true;