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:
Alyssa Ross 2021-01-08 05:57:17 +00:00
parent 0f06d94a20
commit ca90852324
No known key found for this signature in database
GPG key ID: F9DBED4859B271C0

View file

@ -4967,7 +4967,9 @@ in
ipfs = callPackage ../applications/networking/ipfs { }; ipfs = callPackage ../applications/networking/ipfs { };
ipfs-migrator = callPackage ../applications/networking/ipfs-migrator { }; 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 { }; ipget = callPackage ../applications/networking/ipget { };