Upgrade to bitcoin 0.3.22.
svn path=/nixpkgs/trunk/; revision=27348
This commit is contained in:
parent
8d931c2771
commit
4c1bc91985
@ -1,18 +1,18 @@
|
|||||||
{ fetchurl, stdenv, openssl, db4, boost, zlib, glib, libSM, gtk, wxGTK, miniupnpc }:
|
{ fetchurl, stdenv, openssl, db4, boost, zlib, glib, libSM, gtk, wxGTK, miniupnpc }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
version = "0.3.21";
|
version = "0.3.22";
|
||||||
name = "bitcoin-${version}";
|
name = "bitcoin-${version}";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://sourceforge/project/bitcoin/Bitcoin/${name}/${name}-linux.tar.gz";
|
url = "mirror://sourceforge/project/bitcoin/Bitcoin/${name}/${name}-linux.tar.gz";
|
||||||
sha256 = "0wa04v3v2p7z2hard1lcjma4isa6rjrrwy0vydyxb66vx69zsjby";
|
sha256 = "1nyji3xjyvw91snnbxk71dih3yf292d7mvkakw0nkqplbap14xjb";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ openssl db4 boost zlib glib libSM gtk wxGTK miniupnpc ];
|
buildInputs = [ openssl db4 boost zlib glib libSM gtk wxGTK miniupnpc ];
|
||||||
|
|
||||||
preConfigure = ''
|
preConfigure = ''
|
||||||
cd src
|
cd src/src
|
||||||
substituteInPlace makefile.unix \
|
substituteInPlace makefile.unix \
|
||||||
--replace "-Wl,-Bstatic" "" \
|
--replace "-Wl,-Bstatic" "" \
|
||||||
--replace "-Wl,-Bdynamic" "" \
|
--replace "-Wl,-Bdynamic" "" \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user