summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorArseniy Seroka <jagajaga@users.noreply.github.com>2015-05-23 13:56:04 +0300
committerArseniy Seroka <jagajaga@users.noreply.github.com>2015-05-23 13:56:04 +0300
commit85e82df10317fb6492c2f429baa76e3235464a9a (patch)
treeb5f79689a76106dd8e26d74bcef74d3149068ba1 /pkgs/applications
parent6ad9f8e1ddb54b841fcaa011e66cb455ca8d0ba5 (diff)
parent1690c1598efc9dd06aba731f6283e64713390ad5 (diff)
downloadnixlib-85e82df10317fb6492c2f429baa76e3235464a9a.tar
nixlib-85e82df10317fb6492c2f429baa76e3235464a9a.tar.gz
nixlib-85e82df10317fb6492c2f429baa76e3235464a9a.tar.bz2
nixlib-85e82df10317fb6492c2f429baa76e3235464a9a.tar.lz
nixlib-85e82df10317fb6492c2f429baa76e3235464a9a.tar.xz
nixlib-85e82df10317fb6492c2f429baa76e3235464a9a.tar.zst
nixlib-85e82df10317fb6492c2f429baa76e3235464a9a.zip
Merge pull request #7951 from sfultong/bitcoin-10.2
updating bitcoin to 0.10.2
Diffstat (limited to 'pkgs/applications')
-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 b888b587be9d..b759b2dcb2cf 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.1";
+  core_version = "0.10.2";
   version = core_version;
 
   src = fetchurl {
     url = [ "https://bitcoin.org/bin/bitcoin-core-${core_version}/bitcoin-${version}.tar.gz"
             "mirror://sourceforge/bitcoin/Bitcoin/bitcoin-${core_version}/bitcoin-${version}.tar.gz"
           ];
-    sha256 = "287873f9ba4fd49cd4e4be7eba070d2606878f1690c5be0273164d37cbf3c138";
+    sha256 = "cddf96c71d0a35524fde93380981cf0cf0b51441454a3a68b9be491b9239bfec";
   };
 
   buildInputs = [ pkgconfig autoreconfHook openssl db48 boost zlib