Skip to content

Commit

Permalink
ipfs: refactor {0.6, 0.7} -> 0.7
Browse files Browse the repository at this point in the history
Sync with `master` branch to avoid 20.09 having multiple versions of IPFS.
  • Loading branch information
fabianhjr committed Nov 2, 2020
1 parent faee35a commit 307d27c
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 52 deletions.
45 changes: 0 additions & 45 deletions pkgs/applications/networking/ipfs/0.6.nix

This file was deleted.

File renamed without changes.
8 changes: 1 addition & 7 deletions pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4556,13 +4556,7 @@ in
iperf3 = callPackage ../tools/networking/iperf/3.nix { };
iperf = iperf3;

ipfs = ipfs_0_6;
ipfs_latest = ipfs_0_7;
ipfs_0_6 = callPackage ../applications/networking/ipfs/0.6.nix {
buildGoModule = buildGo114Module;
};
ipfs_0_7 = callPackage ../applications/networking/ipfs/0.7.nix { };

ipfs = callPackage ../applications/networking/ipfs { };
ipfs-migrator = callPackage ../applications/networking/ipfs-migrator { };
ipfs-cluster = callPackage ../applications/networking/ipfs-cluster {
buildGoModule = buildGo114Module;
Expand Down

0 comments on commit 307d27c

Please sign in to comment.