groestlcoin: 24.0.1 -> 25.0 (#236499)
This commit is contained in:
parent
80dcc617f1
commit
3fc89747ed
2 changed files with 3 additions and 2 deletions
|
@ -32,13 +32,13 @@ let
|
||||||
in
|
in
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = if withGui then "groestlcoin" else "groestlcoind";
|
pname = if withGui then "groestlcoin" else "groestlcoind";
|
||||||
version = "24.0.1";
|
version = "25.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "Groestlcoin";
|
owner = "Groestlcoin";
|
||||||
repo = "groestlcoin";
|
repo = "groestlcoin";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "0k14y3iv5l26r820wzkwqxi67kwh26i0yq20ffd72shicjs1d3qc";
|
sha256 = "03w5n3qjha63mgj7zk8q17x5j63la3i4li7bf5i1yw59ijqpmnqg";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ autoreconfHook pkg-config ]
|
nativeBuildInputs = [ autoreconfHook pkg-config ]
|
||||||
|
|
|
@ -36031,6 +36031,7 @@ with pkgs;
|
||||||
go-exploitdb = callPackage ../tools/security/go-exploitdb { };
|
go-exploitdb = callPackage ../tools/security/go-exploitdb { };
|
||||||
|
|
||||||
groestlcoin = libsForQt5.callPackage ../applications/blockchains/groestlcoin {
|
groestlcoin = libsForQt5.callPackage ../applications/blockchains/groestlcoin {
|
||||||
|
stdenv = darwin.apple_sdk_11_0.stdenv;
|
||||||
boost = boost17x;
|
boost = boost17x;
|
||||||
withGui = true;
|
withGui = true;
|
||||||
inherit (darwin) autoSignDarwinBinariesHook;
|
inherit (darwin) autoSignDarwinBinariesHook;
|
||||||
|
|
Loading…
Reference in a new issue