3
0
Fork 0
forked from mirrors/nixpkgs

ethminer: 0.18.0-rc.0 -> 0.18.0

This commit is contained in:
Fernando J Pando 2019-12-14 09:56:28 -05:00
parent a8fc904c7c
commit 162a95eff2

View file

@ -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 {
pname = "ethminer";
version = "0.18.0-rc.0";
version = "0.18.0";
src =
fetchFromGitHub {
owner = "ethereum-mining";
repo = "ethminer";
rev = "v${version}";
sha256 = "0gwnwxahjfwr4d2aci7y3w206nc5ifssl28ildva98ys0d24wy7z";
sha256 = "10b6s35axmx8kyzn2vid6l5nnzcaf4nkk7f5f7lg3cizv6lsj707";
fetchSubmodules = true;
};