ipfs-cluster: pin to go 1.14

This commit is contained in:
Aluísio Augusto Silva Gonçalves 2020-09-01 07:18:52 +00:00 committed by zowoq
parent 23c51e2b2a
commit 2316f3520c

View file

@ -4550,7 +4550,9 @@ in
buildGoModule = buildGo114Module;
};
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 { };