bitcoin-gold: 1.15.2 -> 1.17.3

This commit is contained in:
Louis Bettens 2021-05-08 20:31:10 +02:00
parent 590ff316eb
commit 082acf6044

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