Merge pull request #289728 from trofi/bitcoin-abc-update
bitcoin-abc: 0.26.2 -> 0.28.9
This commit is contained in:
commit
d21379a731
1 changed files with 4 additions and 2 deletions
|
@ -15,6 +15,7 @@
|
||||||
, protobuf
|
, protobuf
|
||||||
, qrencode
|
, qrencode
|
||||||
, libevent
|
, libevent
|
||||||
|
, libnatpmp
|
||||||
, sqlite
|
, sqlite
|
||||||
, withGui
|
, withGui
|
||||||
, python3
|
, python3
|
||||||
|
@ -24,13 +25,13 @@
|
||||||
|
|
||||||
mkDerivation rec {
|
mkDerivation rec {
|
||||||
pname = "bitcoin" + lib.optionalString (!withGui) "d" + "-abc";
|
pname = "bitcoin" + lib.optionalString (!withGui) "d" + "-abc";
|
||||||
version = "0.26.2";
|
version = "0.28.9";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "bitcoin-ABC";
|
owner = "bitcoin-ABC";
|
||||||
repo = "bitcoin-abc";
|
repo = "bitcoin-abc";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "0gz4713lk3alk3ykwq1bdqjywadrfrnb7n2878136g01n87j00az";
|
hash = "sha256-VK9/qL3rFdU7O62FwEdr3WD4VWli8KGZH9hcbTaVHGQ=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ pkg-config cmake ];
|
nativeBuildInputs = [ pkg-config cmake ];
|
||||||
|
@ -41,6 +42,7 @@ mkDerivation rec {
|
||||||
zlib
|
zlib
|
||||||
python3
|
python3
|
||||||
jemalloc
|
jemalloc
|
||||||
|
libnatpmp
|
||||||
zeromq4
|
zeromq4
|
||||||
miniupnpc
|
miniupnpc
|
||||||
util-linux
|
util-linux
|
||||||
|
|
Loading…
Reference in a new issue