Skip to content

Commit

Permalink
Merge pull request #246160 from r-ryantm/auto-update/velero
Browse files Browse the repository at this point in the history
velero: 1.11.0 -> 1.11.1
  • Loading branch information
drupol authored Jul 30, 2023
2 parents 6376df4 + 354235f commit f71d668
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/networking/cluster/velero/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@

buildGoModule rec {
pname = "velero";
version = "1.11.0";
version = "1.11.1";


src = fetchFromGitHub {
owner = "vmware-tanzu";
repo = "velero";
rev = "v${version}";
sha256 = "sha256-vrRVNVcNahTC+HSHr7Bw3WedNhe+SSX03P65C5xiUnw=";
sha256 = "sha256-G1+zdzHj8fDKVEVQpBEH3o/em+gxCyQmrpSXj8bE/P4=";
};

ldflags = [
Expand Down

0 comments on commit f71d668

Please sign in to comment.