ipfs-cluster: pin to go 1.16
This commit is contained in:
@@ -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 { };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user