commit
5603eec8ac
@ -4,23 +4,19 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "xmrig-proxy-${version}";
|
name = "xmrig-proxy-${version}";
|
||||||
version = "2.14.4";
|
version = "3.0.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "xmrig";
|
owner = "xmrig";
|
||||||
repo = "xmrig-proxy";
|
repo = "xmrig-proxy";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "11q4w5ncyyf2vgrb64zlr01n3adyaxja2pcqm5id9if0nvwwn4ga";
|
sha256 = "19rv5zmxwr3kmb2m3fas91aq1493cnkhvs88zcflnijr1ra218ks";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ cmake ];
|
nativeBuildInputs = [ cmake ];
|
||||||
buildInputs = [ libuv libmicrohttpd libuuid openssl ];
|
buildInputs = [ libuv libmicrohttpd libuuid openssl ];
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
# Set default donation level to 0%. Can be increased at runtime via --donate-level option.
|
|
||||||
substituteInPlace src/donate.h \
|
|
||||||
--replace "kDefaultDonateLevel = 2;" "kDefaultDonateLevel = ${toString donateLevel};"
|
|
||||||
|
|
||||||
# Link dynamically against libuuid instead of statically
|
# Link dynamically against libuuid instead of statically
|
||||||
substituteInPlace CMakeLists.txt --replace uuid.a uuid
|
substituteInPlace CMakeLists.txt --replace uuid.a uuid
|
||||||
'';
|
'';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user