tangled
alpha
login
or
join now
tjh.dev
/
nixpkgs
0
fork
atom
nixpkgs mirror (for testing)
github.com/NixOS/nixpkgs
nix
0
fork
atom
overview
issues
pulls
pipelines
ethash: 0.7.0 -> 0.7.1
R. RyanTM
4 years ago
cac8c4fe
94db887a
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
development
libraries
ethash
default.nix
+2
-2
pkgs/development/libraries/ethash/default.nix
reviewed
···
2
2
3
3
stdenv.mkDerivation rec {
4
4
pname = "ethash";
5
5
-
version = "0.7.0";
5
5
+
version = "0.7.1";
6
6
7
7
src =
8
8
fetchFromGitHub {
9
9
owner = "chfast";
10
10
repo = "ethash";
11
11
rev = "v${version}";
12
12
-
sha256 = "sha256-QQoWOJGwL03zbBfrFNXz0Ff9Agc2dMBW9nW3jdOwEE8=";
12
12
+
sha256 = "sha256-ba8SBtJd0ERunO9KpJZkutkO6ZnZOEGzWn2IjO1Uu28=";
13
13
};
14
14
15
15
nativeBuildInputs = [