ethminer: 0.18.0 -> 0.19.0

(cherry picked from commit 3fcdf4ed14d489fa1e96021b037a9910a916535b)
This commit is contained in:
Andy Chun @noneucat 2021-01-18 13:47:24 -08:00 committed by Atemu
parent 976ca8c8e5
commit cc7ee239f7

View File

@ -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;
}; };