rke: 1.5.6 -> 1.5.7

This commit is contained in:
R. Ryantm 2024-04-04 23:32:01 +00:00
parent a2d38866bd
commit bb541a04c8

View File

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "rke";
version = "1.5.6";
version = "1.5.7";
src = fetchFromGitHub {
owner = "rancher";
repo = pname;
rev = "v${version}";
hash = "sha256-yw7GacSvPKXStmYtG4oQQlIca5Svk4pHDliMDVhyPRI=";
hash = "sha256-4fan6+ka0CH8wa/+7ouTuOuTfWPQE5EqsjAfj3zdrA0=";
};
vendorHash = "sha256-0H9K3/BwdSExADFHaYtn2RrHZ6AyEjzlBKYXL/Ow9JA=";
vendorHash = "sha256-/HsZAMPGCaM5Em6doC8qffoSEveX/yDNwAGog3I0+c4=";
subPackages = [ "." ];