ethash: 0.8.0 -> 1.0.1

This commit is contained in:
R. Ryantm 2023-04-09 14:47:05 +00:00
parent c29ccca1a3
commit 7d32fe6dbe

View File

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