mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 15:22:59 +01:00
ipfs-cluster: pin to go 1.16
This commit is contained in:
parent
cee6ccfc75
commit
88b29b7fc8
1 changed files with 3 additions and 1 deletions
|
@ -6602,7 +6602,9 @@ with pkgs;
|
|||
|
||||
ipfs = callPackage ../applications/networking/ipfs { };
|
||||
ipfs-migrator = callPackage ../applications/networking/ipfs-migrator { };
|
||||
ipfs-cluster = callPackage ../applications/networking/ipfs-cluster { };
|
||||
ipfs-cluster = callPackage ../applications/networking/ipfs-cluster {
|
||||
buildGoModule = buildGo116Module;
|
||||
};
|
||||
|
||||
ipget = callPackage ../applications/networking/ipget { };
|
||||
|
||||
|
|
Loading…
Reference in a new issue