rke2_latest: unpin buildGoModule

This commit is contained in:
Kirill Radzikhovskyy 2024-07-10 10:27:46 +10:00
parent 8260f88fcc
commit 58aefff47b

View File

@ -33757,10 +33757,7 @@ with pkgs;
buildGoModule = buildGo121Module;
go = go_1_21;
}) rke2_stable;
inherit (callPackage ../applications/networking/cluster/rke2 {
buildGoModule = buildGo122Module;
go = go_1_22;
}) rke2_latest rke2_testing;
inherit (callPackage ../applications/networking/cluster/rke2 { }) rke2_latest rke2_testing;
rke2 = rke2_stable;
rocketchat-desktop = callPackage ../applications/networking/instant-messengers/rocketchat-desktop { };