ipfs: 0.6.0 -> 0.7.0

https://github.com/ipfs/go-ipfs/releases/tag/v0.7.0

Pinning go114 is no longer necessary with this version.
gstqt5
Luflosi 2020-09-23 12:14:14 +02:00
parent d385065f70
commit b75e431454
No known key found for this signature in database
GPG Key ID: 4E41E29EDCC345D0
2 changed files with 3 additions and 5 deletions

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "ipfs";
version = "0.6.0";
version = "0.7.0";
rev = "v${version}";
# go-ipfs makes changes to it's source tarball that don't match the git source.
src = fetchurl {
url = "https://github.com/ipfs/go-ipfs/releases/download/${rev}/go-ipfs-source.tar.gz";
sha256 = "14bgq2j2bjjy0pspy2lsj5dm3w9rmfha0l8kyq5ig86yhc4nzn80";
sha256 = "1fkzwm4qxxpmbjammk6s5qcyjxivfa0ydqz4mpz1w756c4jq0jf3";
};
# tarball contains multiple files/directories

View File

@ -4605,9 +4605,7 @@ in
iperf3 = callPackage ../tools/networking/iperf/3.nix { };
iperf = iperf3;
ipfs = callPackage ../applications/networking/ipfs {
buildGoModule = buildGo114Module;
};
ipfs = callPackage ../applications/networking/ipfs { };
ipfs-migrator = callPackage ../applications/networking/ipfs-migrator { };
ipfs-cluster = callPackage ../applications/networking/ipfs-cluster {
buildGoModule = buildGo114Module;