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

ethash: 0.5.2 -> 0.6.0
This commit is contained in:
Sandro 2021-01-18 17:51:30 +01:00 committed by GitHub
commit e72ca7725d
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.5.2";
version = "0.6.0";
src =
fetchFromGitHub {
owner = "chfast";
repo = "ethash";
rev = "v${version}";
sha256 = "0shr3m33raxy9j2mpm3q9mdbchs3nhgfaywidyxgmwqaiw1xpyif";
sha256 = "sha256-N30v9OZwTmDbltPPmeSa0uOGJhos1VzyS5zY9vVCWfA=";
};
nativeBuildInputs = [