Merge pull request #107941 from c00w/ipfs_cluster

ipfs-cluster: Remove go1.14 pinning.
This commit is contained in:
Pavol Rusnak 2020-12-30 19:36:36 +01:00 committed by GitHub
commit bee02826b8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4914,9 +4914,7 @@ in
ipfs = callPackage ../applications/networking/ipfs { };
ipfs-migrator = callPackage ../applications/networking/ipfs-migrator { };
ipfs-cluster = callPackage ../applications/networking/ipfs-cluster {
buildGoModule = buildGo114Module;
};
ipfs-cluster = callPackage ../applications/networking/ipfs-cluster { };
ipget = callPackage ../applications/networking/ipget { };