3
0
Fork 0
forked from mirrors/nixpkgs

bitcoin: 0.12.0 -> 0.13.0

This commit is contained in:
Jorge and Stefan 2016-09-29 13:59:43 +02:00
parent 3b90dd69d0
commit 3e705bf02f

View file

@ -6,14 +6,14 @@ with stdenv.lib;
stdenv.mkDerivation rec{
name = "bitcoin" + (toString (optional (!withGui) "d")) + "-" + version;
core_version = "0.12.0";
core_version = "0.13.0";
version = core_version;
src = fetchurl {
urls = [ "https://bitcoin.org/bin/bitcoin-core-${core_version}/bitcoin-${version}.tar.gz"
"mirror://sourceforge/bitcoin/Bitcoin/bitcoin-${core_version}/bitcoin-${version}.tar.gz"
];
sha256 = "0f1cda66c841a548a07cc37e80b0727354b1236d9f374c7d44362acdb85eb3e1";
sha256 = "0c7d7049689bb17f4256f1e5ec20777f42acef61814d434b38e6c17091161cda";
};
buildInputs = [ pkgconfig autoreconfHook openssl db48 boost zlib