ethminer: 0.18.0 -> 0.19.0
(cherry picked from commit 3fcdf4ed14d489fa1e96021b037a9910a916535b)
This commit is contained in:
parent
976ca8c8e5
commit
cc7ee239f7
@ -23,14 +23,14 @@ let stdenv = clangStdenv;
|
|||||||
|
|
||||||
in stdenv.mkDerivation rec {
|
in stdenv.mkDerivation rec {
|
||||||
pname = "ethminer";
|
pname = "ethminer";
|
||||||
version = "0.18.0";
|
version = "0.19.0";
|
||||||
|
|
||||||
src =
|
src =
|
||||||
fetchFromGitHub {
|
fetchFromGitHub {
|
||||||
owner = "ethereum-mining";
|
owner = "ethereum-mining";
|
||||||
repo = "ethminer";
|
repo = "ethminer";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "10b6s35axmx8kyzn2vid6l5nnzcaf4nkk7f5f7lg3cizv6lsj707";
|
sha256 = "1kyff3vx2r4hjpqah9qk99z6dwz7nsnbnhhl6a76mdhjmgp1q646";
|
||||||
fetchSubmodules = true;
|
fetchSubmodules = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user