Skip to content

Commit

Permalink
Revert "ipfs: 0.4.10 -> 0.4.11"
Browse files Browse the repository at this point in the history
This reverts commit 55460c8.
  • Loading branch information
fpletz committed Oct 4, 2017
1 parent 1987983 commit 22ff01f
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.11";
rev = "v${version}";
version = "0.4.10";
rev = "4679f806bd00c0a5299c22c82d1fbfdbad928e6d";

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

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

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

meta = with stdenv.lib; {
Expand Down

0 comments on commit 22ff01f

Please sign in to comment.