ethash: 0.5.2 -> 0.6.0

This commit is contained in:
R. RyanTM 2021-01-18 16:25:00 +00:00
parent ef2abc20bc
commit 006ae1dd45

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 = [