ethash: 0.4.4 -> 0.5.2
This commit is contained in:
parent
47dec21cac
commit
293d913f27
|
@ -3,14 +3,14 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "ethash";
|
pname = "ethash";
|
||||||
version = "0.4.4";
|
version = "0.5.2";
|
||||||
|
|
||||||
src =
|
src =
|
||||||
fetchFromGitHub {
|
fetchFromGitHub {
|
||||||
owner = "chfast";
|
owner = "chfast";
|
||||||
repo = "ethash";
|
repo = "ethash";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "1gfs8s4nv2ikkn3rhzifr0dx5m0c1kpnhmzf8x6zlwhw3qwlc98w";
|
sha256 = "0shr3m33raxy9j2mpm3q9mdbchs3nhgfaywidyxgmwqaiw1xpyif";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
|
|
Loading…
Reference in New Issue