lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

ethash: 0.7.1 -> 0.8.0

+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.1"; 5 + version = "0.8.0"; 6 6 7 7 src = 8 8 fetchFromGitHub { 9 9 owner = "chfast"; 10 10 repo = "ethash"; 11 11 rev = "v${version}"; 12 - sha256 = "sha256-ba8SBtJd0ERunO9KpJZkutkO6ZnZOEGzWn2IjO1Uu28="; 12 + sha256 = "sha256-4SJk4niSpLPjymwTCD0kHOrqpMf+vE3J/O7DiffUSJ4="; 13 13 }; 14 14 15 15 nativeBuildInputs = [