cryptominisat: 5.11.12 -> 5.11.14

This commit is contained in:
R. Ryantm 2023-10-04 02:13:39 +00:00
parent c96a78b5a3
commit 2a57ec40ed

View file

@ -8,13 +8,13 @@
stdenv.mkDerivation rec {
pname = "cryptominisat";
version = "5.11.12";
version = "5.11.14";
src = fetchFromGitHub {
owner = "msoos";
repo = "cryptominisat";
rev = version;
hash = "sha256-1AJx8gPf+qDpAp0p4cfCObKZDWKDAKdGopllr2ajpHw=";
hash = "sha256-p/sVinjEh078PGtJ6JBRA8EmrJVcchBs9L3bRZvCHuo=";
};
buildInputs = [ python3 boost ];