Merge pull request #122226 from lourkeur/update/bitcoin-gold

bitcoin-gold: 1.15.2 -> 1.17.3
This commit is contained in:
Pavol Rusnak 2021-05-08 21:20:11 +02:00 committed by GitHub
commit f240b1f9aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 2 deletions

View File

@ -2,6 +2,7 @@
, fetchFromGitHub , fetchFromGitHub
, openssl , openssl
, boost , boost
, libb2
, libevent , libevent
, autoreconfHook , autoreconfHook
, db4 , db4
@ -21,13 +22,13 @@ with lib;
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "bitcoin" + toString (optional (!withGui) "d") + "-gold"; pname = "bitcoin" + toString (optional (!withGui) "d") + "-gold";
version = "0.15.2"; version = "0.17.3";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "BTCGPU"; owner = "BTCGPU";
repo = "BTCGPU"; repo = "BTCGPU";
rev = "v${version}"; rev = "v${version}";
sha256 = "0grd1cd8d2nsrxl27la85kcan09z73fn70ncr9km4iccaj5pg12h"; sha256 = "sha256-1tFoUNsCPJkHSmNRl5gE3n2EQD6RZSry1zIM5hiTzEI=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [
@ -45,6 +46,7 @@ stdenv.mkDerivation rec {
db4 db4
zeromq zeromq
libsodium libsodium
libb2
] ++ optionals withGui [ ] ++ optionals withGui [
qtbase qtbase
qttools qttools