Skip to content

Commit

Permalink
ipfs: 0.8.0 → 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fabianhjr committed Jun 23, 2021
1 parent 0ff9967 commit d96ccfa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/networking/ipfs/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

buildGoModule rec {
pname = "ipfs";
version = "0.8.0";
version = "0.9.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 = "sha256-uK3+Ekr5AM6mmGmjFSj1Rotm5pbH657BYUlP9B39WEw=";
sha256 = "sha256:1fyffnw1d860w7gwm6ijbgrh68297z5bmvww8yqfshm3xgvcs6bf";
};

# tarball contains multiple files/directories
Expand Down

0 comments on commit d96ccfa

Please sign in to comment.