3
0
Fork 0
forked from mirrors/nixpkgs

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

ethash: 0.7.1 -> 0.8.0
This commit is contained in:
Mario Rodas 2021-12-08 09:02:41 -05:00 committed by GitHub
commit 31b897ef41
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.7.1";
version = "0.8.0";
src =
fetchFromGitHub {
owner = "chfast";
repo = "ethash";
rev = "v${version}";
sha256 = "sha256-ba8SBtJd0ERunO9KpJZkutkO6ZnZOEGzWn2IjO1Uu28=";
sha256 = "sha256-4SJk4niSpLPjymwTCD0kHOrqpMf+vE3J/O7DiffUSJ4=";
};
nativeBuildInputs = [