rke: 1.5.5 -> 1.5.6

This commit is contained in:
R. Ryantm
2024-03-08 04:03:15 +00:00
parent c8cd65298e
commit b45d2afd44
@@ -2,13 +2,13 @@
buildGoModule rec {
pname = "rke";
version = "1.5.5";
version = "1.5.6";
src = fetchFromGitHub {
owner = "rancher";
repo = pname;
rev = "v${version}";
hash = "sha256-TPgXjM7RyjI8NmfiZHkHF3txfzAwjOg7kGODBj37JEI=";
hash = "sha256-yw7GacSvPKXStmYtG4oQQlIca5Svk4pHDliMDVhyPRI=";
};
vendorHash = "sha256-0H9K3/BwdSExADFHaYtn2RrHZ6AyEjzlBKYXL/Ow9JA=";