mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-09 13:43:50 +00:00
ethash: 0.8.0 -> 1.0.1
This commit is contained in:
parent
c29ccca1a3
commit
7d32fe6dbe
@ -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 = [
|
||||||
|
Loading…
Reference in New Issue
Block a user