Skip to content

Commit

Permalink
Revert "ipfs: 0.4.6 -> 0.4.8" (#25149)
Browse files Browse the repository at this point in the history
This reverts commit a309890.
  • Loading branch information
matthiasbeyer authored and obadz committed Apr 23, 2017
1 parent 6565ef0 commit c44be81
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.8";
rev = "8e7484ed794d1aecb3e773e9003ae64c7b78bb87";
version = "0.4.6";
rev = "ed729423ce548785834cdcaa21aab11ebc3a1b1a";

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

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

src = fetchFromGitHub {
owner = "ipfs";
repo = "go-ipfs";
inherit rev;
sha256 = "15jcg0wbm7g82fsmhc1vxrsszbxcghls3rsyv35n1hv5k5r5d5nh";
sha256 = "1b262k1lhb1g68l8hghly4pdrxx1c6wbv6ij6dg399zdwqzczl13";
};

meta = with stdenv.lib; {
Expand Down

0 comments on commit c44be81

Please sign in to comment.