ipfs: pin to go 1.14
This commit is contained in:
parent
afde337f4a
commit
cea0d89531
1 changed files with 3 additions and 1 deletions
|
@ -4507,7 +4507,9 @@ in
|
|||
iperf3 = callPackage ../tools/networking/iperf/3.nix { };
|
||||
iperf = iperf3;
|
||||
|
||||
ipfs = callPackage ../applications/networking/ipfs { };
|
||||
ipfs = callPackage ../applications/networking/ipfs {
|
||||
buildGoModule = buildGo114Module;
|
||||
};
|
||||
ipfs-migrator = callPackage ../applications/networking/ipfs-migrator { };
|
||||
ipfs-cluster = callPackage ../applications/networking/ipfs-cluster { };
|
||||
|
||||
|
|
Loading…
Reference in a new issue