rke: 1.6.2 -> 1.7.0

This commit is contained in:
R. Ryantm 2024-11-13 08:47:58 +00:00
parent 1641c8d303
commit 3678a98d93

View File

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "rke";
version = "1.6.2";
version = "1.7.0";
src = fetchFromGitHub {
owner = "rancher";
repo = pname;
rev = "v${version}";
hash = "sha256-KBN7QFjH9wr5G40/224BcTz59aHu+HZISU+LMr54b9c=";
hash = "sha256-TbcjyUB0ni/n24vySZEUd0gFiWHr4FAdYhRB7BFPpCY=";
};
vendorHash = "sha256-Rr2BXCpliv9KF9wkXQLy6LxKxyPo1pO5SHUTcy2wETM=";
vendorHash = "sha256-Lp14xvhn4xzOurTa8sRk0A1X1c/sj1clw7niVTRgNeM=";
subPackages = [ "." ];