rke2: 1.28.3+rke2r1 -> 1.29.0+rke2r1 (#276210)

authored by R. RyanTM and committed by GitHub 448dcfd9 a82cf5d7

+3 -3
+3 -3
pkgs/applications/networking/cluster/rke2/default.nix
··· 2 3 buildGoModule rec { 4 pname = "rke2"; 5 - version = "1.28.3+rke2r1"; 6 7 src = fetchFromGitHub { 8 owner = "rancher"; 9 repo = pname; 10 rev = "v${version}"; 11 - hash = "sha256-0a659XE/Pg8g5Ui3ugUQeFnXJiWqkPbvhtdpLp4/5i8="; 12 }; 13 14 - vendorHash = "sha256-Kexu3l4iV8bIIFFae0KVypy2bTKwtl5ibEDQ7YP0JK0="; 15 16 postPatch = '' 17 # Patch the build scripts so they work in the Nix build environment.
··· 2 3 buildGoModule rec { 4 pname = "rke2"; 5 + version = "1.29.0+rke2r1"; 6 7 src = fetchFromGitHub { 8 owner = "rancher"; 9 repo = pname; 10 rev = "v${version}"; 11 + hash = "sha256-E59GUcbnbvsGZYn87RGNrGTVUsydKsjL+C5h15q74p0="; 12 }; 13 14 + vendorHash = "sha256-Og0CqxNnhRN6PdggneGK05uprZ2D7lux/snXcArIm8Q="; 15 16 postPatch = '' 17 # Patch the build scripts so they work in the Nix build environment.