altcoins.wownero: 0.4.0.0 -> 0.5.0.0
This commit is contained in:
parent
86c39d3533
commit
c95bb11c6f
@ -1,6 +1,6 @@
|
|||||||
{ stdenv, fetchFromGitHub, cmake, pkgconfig, git
|
{ stdenv, fetchFromGitHub, cmake, pkgconfig, git
|
||||||
, boost, miniupnpc, openssl, unbound, cppzmq
|
, boost, miniupnpc_2, openssl, unbound, cppzmq
|
||||||
, zeromq, pcsclite, readline, libsodium
|
, zeromq, pcsclite, readline, libsodium, rapidjson
|
||||||
, CoreData, IOKit, PCSC
|
, CoreData, IOKit, PCSC
|
||||||
}:
|
}:
|
||||||
|
|
||||||
@ -11,19 +11,18 @@ with stdenv.lib;
|
|||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "wownero-${version}";
|
name = "wownero-${version}";
|
||||||
|
|
||||||
version = "0.4.0.0";
|
version = "0.5.0.0";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "wownero";
|
owner = "wownero";
|
||||||
repo = "wownero";
|
repo = "wownero";
|
||||||
fetchSubmodules = true;
|
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "1z5fpl4gwys4v8ffrymlzwrbnrbg73x553a9lxwny7ba8yg2k14p";
|
sha256 = "1dy9ycabva2z0896al1k2avl9xppkxvm1p2jwmg509ahjl98k3sy";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ cmake pkgconfig git ];
|
nativeBuildInputs = [ cmake pkgconfig git ];
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
boost miniupnpc openssl unbound
|
boost miniupnpc_2 openssl unbound rapidjson
|
||||||
cppzmq zeromq pcsclite readline libsodium
|
cppzmq zeromq pcsclite readline libsodium
|
||||||
] ++ optionals stdenv.isDarwin [ IOKit CoreData PCSC ];
|
] ++ optionals stdenv.isDarwin [ IOKit CoreData PCSC ];
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user