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:
commit
8b0bc50bfd
1 changed files with 2 additions and 2 deletions
|
@ -1,10 +1,10 @@
|
||||||
{
|
{
|
||||||
lib,
|
lib,
|
||||||
fetchFromGitHub,
|
fetchFromGitHub,
|
||||||
buildGoModule,
|
buildGo123Module,
|
||||||
}:
|
}:
|
||||||
|
|
||||||
buildGoModule rec {
|
buildGo123Module rec {
|
||||||
pname = "clusternet";
|
pname = "clusternet";
|
||||||
version = "0.17.3";
|
version = "0.17.3";
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue