Skip to content

Commit

Permalink
ipfs: 0.4.9 -> 0.4.10
Browse files Browse the repository at this point in the history
  • Loading branch information
zimbatm committed Jul 1, 2017
1 parent e020640 commit 8558d18
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkgs/applications/networking/ipfs/default.nix
Expand Up @@ -2,23 +2,23 @@

buildGoPackage rec {
name = "ipfs-${version}";
version = "0.4.9";
rev = "7ea34c6c6ed18e886f869a1fbe725a848d13695c";
version = "0.4.10";
rev = "4679f806bd00c0a5299c22c82d1fbfdbad928e6d";

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

extraSrcPaths = [
(fetchgx {
inherit name src;
sha256 = "1xgk9gdnlcxkrpj98h2mrnlpr9b8084k4q926i4pbmxipwxkwl4b";
sha256 = "1khlsahv9vqx3h2smif5wdyb56jrza415hqid7883pqimfi66g3x";
})
];

src = fetchFromGitHub {
owner = "ipfs";
repo = "go-ipfs";
inherit rev;
sha256 = "1n2m2yah54cx4i9nlcsmljrwqi3wqxih517y8jpyjij6wraa334j";
sha256 = "1j3az0nhjisb5dxp1a4g8w17y17xjikvcsy4qrg0fm43ybpkhhvw";
};

meta = with stdenv.lib; {
Expand Down

0 comments on commit 8558d18

Please sign in to comment.