Skip to content

Commit

Permalink
Merge pull request #60148 from elitak/ipfs-bump
Browse files Browse the repository at this point in the history
ipfs: 0.4.19 -> 0.4.20
  • Loading branch information
srhb committed Apr 27, 2019
2 parents 27d1362 + ac7c93e commit fabe630
Show file tree
Hide file tree
Showing 2 changed files with 2,194 additions and 9 deletions.
13 changes: 4 additions & 9 deletions pkgs/applications/networking/ipfs/default.nix
Original file line number Diff line number Diff line change
@@ -1,24 +1,19 @@
{ stdenv, buildGoPackage, fetchFromGitHub, fetchgx }:
{ stdenv, buildGoPackage, fetchFromGitHub }:

buildGoPackage rec {
name = "ipfs-${version}";
version = "0.4.19";
version = "0.4.20";
rev = "v${version}";

goPackagePath = "github.com/ipfs/go-ipfs";

extraSrcPaths = [
(fetchgx {
inherit name src;
sha256 = "0bj2kzxjssp7szp1wr9pp08bsi55jgf0k7gi4h70phlib2q673j2";
})
];
goDeps = ./deps.nix;

src = fetchFromGitHub {
owner = "ipfs";
repo = "go-ipfs";
inherit rev;
sha256 = "061mgkawimhw3gq506h8m6kw50a2v26qysa5kc5jdqgaqx5yvqh4";
sha256 = "1xnjn4pcgknywfndrp2zwln3v1msaffhhfiym5mdz543rsxav0yp";
};

meta = with stdenv.lib; {
Expand Down
Loading

0 comments on commit fabe630

Please sign in to comment.