Skip to content

Commit

Permalink
ipfs: 0.6.0 -> 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zimbatm committed Sep 24, 2020
1 parent c86f0f6 commit 2127699
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.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
Expand Down

0 comments on commit 2127699

Please sign in to comment.