cryptominisat: 5.11.12 -> 5.11.14

+2 -2
+2 -2
pkgs/applications/science/logic/cryptominisat/default.nix
··· 8 8 9 9 stdenv.mkDerivation rec { 10 10 pname = "cryptominisat"; 11 - version = "5.11.12"; 11 + version = "5.11.14"; 12 12 13 13 src = fetchFromGitHub { 14 14 owner = "msoos"; 15 15 repo = "cryptominisat"; 16 16 rev = version; 17 - hash = "sha256-1AJx8gPf+qDpAp0p4cfCObKZDWKDAKdGopllr2ajpHw="; 17 + hash = "sha256-p/sVinjEh078PGtJ6JBRA8EmrJVcchBs9L3bRZvCHuo="; 18 18 }; 19 19 20 20 buildInputs = [ python3 boost ];