Merge pull request #78504 from r-ryantm/auto-update/ethash
ethash: 0.4.2 -> 0.4.4
This commit is contained in:
commit
0281aa6a1f
@ -3,14 +3,14 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "ethash";
|
pname = "ethash";
|
||||||
version = "0.4.2";
|
version = "0.4.4";
|
||||||
|
|
||||||
src =
|
src =
|
||||||
fetchFromGitHub {
|
fetchFromGitHub {
|
||||||
owner = "chfast";
|
owner = "chfast";
|
||||||
repo = "ethash";
|
repo = "ethash";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "0qiixvxbpl2gz7jh1qs8lmyk7wzv6ffnl7kckqgrpgm547nnn8zy";
|
sha256 = "1gfs8s4nv2ikkn3rhzifr0dx5m0c1kpnhmzf8x6zlwhw3qwlc98w";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user