Merge pull request #294209 from r-ryantm/auto-update/rke

rke: 1.5.5 -> 1.5.6
This commit is contained in:
Nick Cao 2024-03-09 18:56:03 -05:00 committed by GitHub
commit 40b5b3a0fa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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=";