Merge pull request #60148 from elitak/ipfs-bump

ipfs: 0.4.19 -> 0.4.20
This commit is contained in:
Sarah Brofeldt 2019-04-27 08:02:06 +02:00 committed by GitHub
commit fabe630921
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2194 additions and 9 deletions

@ -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; {

2190
pkgs/applications/networking/ipfs/deps.nix generated Normal file

File diff suppressed because it is too large Load Diff