Unverified Commit caf7f31b authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #258910 from r-ryantm/auto-update/cryptominisat

cryptominisat: 5.11.12 -> 5.11.14
parents e08d9fda 2a57ec40
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 ];