ethminer: 0.18.0-rc.0 -> 0.18.0
This commit is contained in:
parent
a8fc904c7c
commit
162a95eff2
@ -1,16 +1,31 @@
|
|||||||
{ stdenv, fetchFromGitHub, opencl-headers, cmake, jsoncpp, boost, makeWrapper,
|
{
|
||||||
cudatoolkit, mesa, ethash, opencl-info, ocl-icd, openssl, pkg-config, cli11 }:
|
stdenv,
|
||||||
|
fetchFromGitHub,
|
||||||
|
opencl-headers,
|
||||||
|
cmake,
|
||||||
|
jsoncpp,
|
||||||
|
boost,
|
||||||
|
makeWrapper,
|
||||||
|
cudatoolkit,
|
||||||
|
mesa,
|
||||||
|
ethash,
|
||||||
|
opencl-info,
|
||||||
|
ocl-icd,
|
||||||
|
openssl,
|
||||||
|
pkg-config,
|
||||||
|
cli11
|
||||||
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "ethminer";
|
pname = "ethminer";
|
||||||
version = "0.18.0-rc.0";
|
version = "0.18.0";
|
||||||
|
|
||||||
src =
|
src =
|
||||||
fetchFromGitHub {
|
fetchFromGitHub {
|
||||||
owner = "ethereum-mining";
|
owner = "ethereum-mining";
|
||||||
repo = "ethminer";
|
repo = "ethminer";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "0gwnwxahjfwr4d2aci7y3w206nc5ifssl28ildva98ys0d24wy7z";
|
sha256 = "10b6s35axmx8kyzn2vid6l5nnzcaf4nkk7f5f7lg3cizv6lsj707";
|
||||||
fetchSubmodules = true;
|
fetchSubmodules = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user