0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 21:50:33 +03:00

clusternet: downgrade go version to fix build (#403828)

This commit is contained in:
Aleksana 2025-05-03 18:47:52 +08:00 committed by GitHub
commit 8b0bc50bfd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,10 +1,10 @@
{
lib,
fetchFromGitHub,
buildGoModule,
buildGo123Module,
}:
buildGoModule rec {
buildGo123Module rec {
pname = "clusternet";
version = "0.17.3";