Skip to content

Commit

Permalink
Merge pull request #127871 from LibreCybernetics/update-ipfs
Browse files Browse the repository at this point in the history
ipfs: 0.8.0 → 0.9.0
  • Loading branch information
Ma27 authored Jun 23, 2021
2 parents 9f810d9 + d96ccfa commit 72dac3d
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 72dac3d

Please sign in to comment.