bitcoin: update to version 0.6.3 (and build with boost 1.50.0)
This commit is contained in:
parent
99c765ff57
commit
6e936640b0
@ -1,12 +1,12 @@
|
|||||||
{ fetchurl, stdenv, openssl, db4, boost, zlib, miniupnpc, qt4 }:
|
{ fetchurl, stdenv, openssl, db4, boost, zlib, miniupnpc, qt4 }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
version = "0.6.2";
|
version = "0.6.3";
|
||||||
name = "bitcoin-${version}";
|
name = "bitcoin-${version}";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://sourceforge/bitcoin/bitcoin-0.6.2-linux.tar.gz";
|
url = "mirror://sourceforge/bitcoin/${name}-linux.tar.gz";
|
||||||
sha256 = "0yhgqz98hmmn6ljk23rd48jsjfvzdii27370vazhbgvjwj8giais";
|
sha256 = "722d4209ff4a951a9eb5cae26a33ad62770fdcb5dfb5acf0b5c6a8f6f3a8a0ef";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ openssl db4 boost zlib miniupnpc qt4 ];
|
buildInputs = [ openssl db4 boost zlib miniupnpc qt4 ];
|
||||||
|
@ -6312,7 +6312,6 @@ let
|
|||||||
bibletime = callPackage ../applications/misc/bibletime { };
|
bibletime = callPackage ../applications/misc/bibletime { };
|
||||||
|
|
||||||
bitcoin = callPackage ../applications/misc/bitcoin {
|
bitcoin = callPackage ../applications/misc/bitcoin {
|
||||||
boost = boost144;
|
|
||||||
db4 = db48;
|
db4 = db48;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user