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

ethash: 0.8.0 -> 1.0.1
This commit is contained in:
Weijia Wang 2024-01-05 02:16:02 +01:00 committed by GitHub
commit 28bb68c516
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.8.0";
version = "1.0.1";
src =
fetchFromGitHub {
owner = "chfast";
repo = "ethash";
rev = "v${version}";
sha256 = "sha256-4SJk4niSpLPjymwTCD0kHOrqpMf+vE3J/O7DiffUSJ4=";
sha256 = "sha256-BjgfWDn72P4NJhzq0ySW8bvZI3AQB9jOaRqFIeCfJ8k=";
};
nativeBuildInputs = [