summary refs log tree commit diff
diff options
context:
space:
mode:
authorArseniy Seroka <jagajaga@users.noreply.github.com>2015-07-16 15:06:08 +0300
committerArseniy Seroka <jagajaga@users.noreply.github.com>2015-07-16 15:06:08 +0300
commit166aed12288a6be74ba89db9b539d10d2388cc1d (patch)
treef11726a02540b7104f9d42ec21bfa88165c3e6e3
parent60d19b3adcec8d9d45240559e587467559d07184 (diff)
parent368fee5ff323ee7c1e4b72f9245dc6d893173a73 (diff)
downloadnixpkgs-166aed12288a6be74ba89db9b539d10d2388cc1d.tar
nixpkgs-166aed12288a6be74ba89db9b539d10d2388cc1d.tar.gz
nixpkgs-166aed12288a6be74ba89db9b539d10d2388cc1d.tar.bz2
nixpkgs-166aed12288a6be74ba89db9b539d10d2388cc1d.tar.lz
nixpkgs-166aed12288a6be74ba89db9b539d10d2388cc1d.tar.xz
nixpkgs-166aed12288a6be74ba89db9b539d10d2388cc1d.tar.zst
nixpkgs-166aed12288a6be74ba89db9b539d10d2388cc1d.zip
Merge pull request #8794 from sfultong/bitcoin-0.11
updating bitcoin to 0.11.0
-rw-r--r--pkgs/applications/altcoins/bitcoin.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/altcoins/bitcoin.nix b/pkgs/applications/altcoins/bitcoin.nix
index 7be2b90551e..bdd0335fe3b 100644
--- a/pkgs/applications/altcoins/bitcoin.nix
+++ b/pkgs/applications/altcoins/bitcoin.nix
@@ -6,14 +6,14 @@ with stdenv.lib;
 stdenv.mkDerivation rec{
 
   name = "bitcoin" + (toString (optional (!withGui) "d")) + "-" + version;
-  core_version = "0.10.2";
+  core_version = "0.11.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 = "cddf96c71d0a35524fde93380981cf0cf0b51441454a3a68b9be491b9239bfec";
+    sha256 = "51ba1756addfa71567559e3f22331c1d908a63571891287689fff7113035d09f";
   };
 
   buildInputs = [ pkgconfig autoreconfHook openssl db48 boost zlib