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

ethash: 0.6.0 -> 0.7.0
This commit is contained in:
Ben Siraphob
2021-07-31 13:41:49 +07:00
committed by GitHub
@@ -2,14 +2,14 @@
stdenv.mkDerivation rec {
pname = "ethash";
version = "0.6.0";
version = "0.7.0";
src =
fetchFromGitHub {
owner = "chfast";
repo = "ethash";
rev = "v${version}";
sha256 = "sha256-N30v9OZwTmDbltPPmeSa0uOGJhos1VzyS5zY9vVCWfA=";
sha256 = "sha256-QQoWOJGwL03zbBfrFNXz0Ff9Agc2dMBW9nW3jdOwEE8=";
};
nativeBuildInputs = [