ipfs: 0.4.19 -> 0.4.20

This commit is contained in:
Eric Litak 2019-04-24 00:41:36 -07:00
parent 5e4ee83396
commit ac7c93e9c9
2 changed files with 2194 additions and 9 deletions

View File

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