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

rke: 1.5.6 -> 1.5.7
This commit is contained in:
Nick Cao 2024-04-05 09:14:58 -04:00 committed by GitHub
commit 0dca9a1cc5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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 = [ "." ];