Skip to content

Commit

Permalink
rke: 1.6.0 -> 1.6.2 (NixOS#342704)
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCao authored Sep 18, 2024
2 parents 7982662 + ca4f8f6 commit f4c98a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/networking/cluster/rke/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

buildGoModule rec {
pname = "rke";
version = "1.6.0";
version = "1.6.2";

src = fetchFromGitHub {
owner = "rancher";
repo = pname;
rev = "v${version}";
hash = "sha256-ZxNU76W7IGSn1cdzmiLI/eMO3dAd8bUQX+1cvANci2k=";
hash = "sha256-KBN7QFjH9wr5G40/224BcTz59aHu+HZISU+LMr54b9c=";
};

vendorHash = "sha256-Rr2BXCpliv9KF9wkXQLy6LxKxyPo1pO5SHUTcy2wETM=";
Expand Down

0 comments on commit f4c98a5

Please sign in to comment.