Skip to content

Commit

Permalink
Merge pull request #91135 from Luflosi/update/ipfs
Browse files Browse the repository at this point in the history
ipfs: 0.5.1 -> 0.6.0
  • Loading branch information
rnhmjoj committed Jun 20, 2020
2 parents 6b71954 + 50afcee commit 2fb254c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/networking/ipfs/default.nix
Expand Up @@ -2,13 +2,13 @@

buildGoModule rec {
pname = "ipfs";
version = "0.5.1";
version = "0.6.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 = "0lpilycjbc1g9adp4d5kryfprixj18hg3235fnivakmv7fy2akkm";
sha256 = "14bgq2j2bjjy0pspy2lsj5dm3w9rmfha0l8kyq5ig86yhc4nzn80";
};

# tarball contains multiple files/directories
Expand Down

0 comments on commit 2fb254c

Please sign in to comment.