Skip to content

Commit

Permalink
velero: 1.14.1 -> 1.15.0 (#354461)
Browse files Browse the repository at this point in the history
  • Loading branch information
natsukium authored Nov 22, 2024
2 parents 1dc36f1 + a2fbf26 commit 21e00d7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/ve/velero/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@

buildGoModule rec {
pname = "velero";
version = "1.14.1";
version = "1.15.0";


src = fetchFromGitHub {
owner = "vmware-tanzu";
repo = "velero";
rev = "v${version}";
hash = "sha256-rXWBTPM3dCGON1DvpCOsA4C4mAuVDqV9YbrvP5yDCa0=";
hash = "sha256-Ba5Bjock3NmNI6XdnX7UOW35ytgnHzYAjX9Cu6iGILo=";
};

ldflags = [
Expand All @@ -20,7 +20,7 @@ buildGoModule rec {
"-X github.com/vmware-tanzu/velero/pkg/buildinfo.GitSHA=none"
];

vendorHash = "sha256-HpPJXYBrk5qfV01VOqXGpn4waEONJa61mqLbEsuwrEs=";
vendorHash = "sha256-FcyqCnOZSdoyOjBIrEC1AKM5KqWSkNxbgvXeG3Y0CO4=";

excludedPackages = [ "issue-template-gen" "release-tools" "v1" "velero-restic-restore-helper" ];

Expand Down

0 comments on commit 21e00d7

Please sign in to comment.