3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #78504 from r-ryantm/auto-update/ethash

ethash: 0.4.2 -> 0.4.4
This commit is contained in:
Mario Rodas 2020-01-31 08:50:55 -05:00 committed by GitHub
commit 0281aa6a1f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,14 +3,14 @@
stdenv.mkDerivation rec {
pname = "ethash";
version = "0.4.2";
version = "0.4.4";
src =
fetchFromGitHub {
owner = "chfast";
repo = "ethash";
rev = "v${version}";
sha256 = "0qiixvxbpl2gz7jh1qs8lmyk7wzv6ffnl7kckqgrpgm547nnn8zy";
sha256 = "1gfs8s4nv2ikkn3rhzifr0dx5m0c1kpnhmzf8x6zlwhw3qwlc98w";
};
nativeBuildInputs = [