ethash: 0.7.1 -> 0.8.0

This commit is contained in:
R. Ryantm 2021-12-06 18:31:30 +00:00
parent 7f744ff0b9
commit c5632a07a5

View file

@ -2,14 +2,14 @@
stdenv.mkDerivation rec {
pname = "ethash";
version = "0.7.1";
version = "0.8.0";
src =
fetchFromGitHub {
owner = "chfast";
repo = "ethash";
rev = "v${version}";
sha256 = "sha256-ba8SBtJd0ERunO9KpJZkutkO6ZnZOEGzWn2IjO1Uu28=";
sha256 = "sha256-4SJk4niSpLPjymwTCD0kHOrqpMf+vE3J/O7DiffUSJ4=";
};
nativeBuildInputs = [