ipfs-cluster: pin to go 1.16

This commit is contained in:
zowoq 2022-01-11 19:43:57 +10:00
parent cee6ccfc75
commit 88b29b7fc8

View file

@ -6602,7 +6602,9 @@ with pkgs;
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 = buildGo116Module;
};
ipget = callPackage ../applications/networking/ipget { };