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

ethash: 0.7.0 -> 0.7.1
This commit is contained in:
Ryan Burns 2021-09-24 23:34:32 -07:00 committed by GitHub
commit 7fa76be757
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,14 +2,14 @@
stdenv.mkDerivation rec {
pname = "ethash";
version = "0.7.0";
version = "0.7.1";
src =
fetchFromGitHub {
owner = "chfast";
repo = "ethash";
rev = "v${version}";
sha256 = "sha256-QQoWOJGwL03zbBfrFNXz0Ff9Agc2dMBW9nW3jdOwEE8=";
sha256 = "sha256-ba8SBtJd0ERunO9KpJZkutkO6ZnZOEGzWn2IjO1Uu28=";
};
nativeBuildInputs = [