nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

ethash: 0.7.0 -> 0.7.1

+2 -2
+2 -2
pkgs/development/libraries/ethash/default.nix
··· 2 2 3 3 stdenv.mkDerivation rec { 4 4 pname = "ethash"; 5 - version = "0.7.0"; 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 - sha256 = "sha256-QQoWOJGwL03zbBfrFNXz0Ff9Agc2dMBW9nW3jdOwEE8="; 12 + sha256 = "sha256-ba8SBtJd0ERunO9KpJZkutkO6ZnZOEGzWn2IjO1Uu28="; 13 13 }; 14 14 15 15 nativeBuildInputs = [