Merge pull request #8794 from sfultong/bitcoin-0.11

updating bitcoin to 0.11.0

+2 -2
+2 -2
pkgs/applications/altcoins/bitcoin.nix
··· 6 stdenv.mkDerivation rec{ 7 8 name = "bitcoin" + (toString (optional (!withGui) "d")) + "-" + version; 9 - core_version = "0.10.2"; 10 version = core_version; 11 12 src = fetchurl { 13 urls = [ "https://bitcoin.org/bin/bitcoin-core-${core_version}/bitcoin-${version}.tar.gz" 14 "mirror://sourceforge/bitcoin/Bitcoin/bitcoin-${core_version}/bitcoin-${version}.tar.gz" 15 ]; 16 - sha256 = "cddf96c71d0a35524fde93380981cf0cf0b51441454a3a68b9be491b9239bfec"; 17 }; 18 19 buildInputs = [ pkgconfig autoreconfHook openssl db48 boost zlib
··· 6 stdenv.mkDerivation rec{ 7 8 name = "bitcoin" + (toString (optional (!withGui) "d")) + "-" + version; 9 + core_version = "0.11.0"; 10 version = core_version; 11 12 src = fetchurl { 13 urls = [ "https://bitcoin.org/bin/bitcoin-core-${core_version}/bitcoin-${version}.tar.gz" 14 "mirror://sourceforge/bitcoin/Bitcoin/bitcoin-${core_version}/bitcoin-${version}.tar.gz" 15 ]; 16 + sha256 = "51ba1756addfa71567559e3f22331c1d908a63571891287689fff7113035d09f"; 17 }; 18 19 buildInputs = [ pkgconfig autoreconfHook openssl db48 boost zlib