Revert "ipfs-cluster: Remove go1.14 pinning."
Quoting <https://github.com/NixOS/nixpkgs/pull/107941#issuecomment-756527121>:
> If you're going to remove the 1.14 pin, you'll need to bump the
> version by a few commits, or it builds but doesn't actually work.
This reverts commit f7fc3bfd55
.
This commit is contained in:
parent
0f06d94a20
commit
ca90852324
|
@ -4967,7 +4967,9 @@ in
|
|||
|
||||
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 = buildGo114Module;
|
||||
};
|
||||
|
||||
ipget = callPackage ../applications/networking/ipget { };
|
||||
|
||||
|
|
Loading…
Reference in New Issue