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

cryptominisat: 5.6.6 -> 5.6.8
This commit is contained in:
Samuel Leathers 2019-03-02 04:09:45 +01:00 committed by GitHub
commit 65d9172442
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
name = "cryptominisat-${version}";
version = "5.6.6";
version = "5.6.8";
src = fetchFromGitHub {
owner = "msoos";
repo = "cryptominisat";
rev = version;
sha256 = "1a1494gj4j73yij0hjbzsn2hglk9zy5c5wfwgig3j67cis28saf5";
sha256 = "0csimmy1nvkfcsxjra9bm4mlcyxa3ac8zarm88zfb7640ca0d0wv";
};
buildInputs = [ python3 boost ];