Skip to content

Commit

Permalink
velero: 1.15.0 -> 1.15.1
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Dec 27, 2024
1 parent 151c803 commit fe3f30a
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 @@ -8,13 +8,13 @@

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

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

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

vendorHash = "sha256-FcyqCnOZSdoyOjBIrEC1AKM5KqWSkNxbgvXeG3Y0CO4=";
vendorHash = "sha256-Q3h39o78V5Lqzols3RmSDL9d5WevMnTt4bv4qBscnGs=";

excludedPackages = [
"issue-template-gen"
Expand Down

0 comments on commit fe3f30a

Please sign in to comment.