mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
ipfs: 0.3.10 -> 0.3.11
This commit is contained in:
parent
cea8ee50c7
commit
16782b7fc1
1 changed files with 3 additions and 3 deletions
|
@ -1805,11 +1805,11 @@ let
|
|||
};
|
||||
|
||||
ipfs = buildFromGitHub{
|
||||
rev = "f9dc4c726b770199f4ee64d97775d5fe8122814e";
|
||||
date = "2015-12-07";
|
||||
rev = "7070b4d878baad57dcc8da80080dd293aa46cabd";
|
||||
date = "2016-01-12";
|
||||
owner = "ipfs";
|
||||
repo = "go-ipfs";
|
||||
sha256 = "00p7kv6000bk6lbqqnnf4xy5pmd93fv6fihji3vn7br53645blaa";
|
||||
sha256 = "1b7aimnbz287fy7p27v3qdxnz514r5142v3jihqxanbk9g384gcd";
|
||||
disabled = isGo14;
|
||||
meta = with stdenv.lib; {
|
||||
description = "A global, versioned, peer-to-peer filesystem";
|
||||
|
|
Loading…
Reference in a new issue