1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-22 21:50:55 +00:00

cryptominisat: 5.7.1 -> 5.8.0

This commit is contained in:
R. RyanTM 2020-07-08 04:51:18 +00:00
parent 6eeb612a9b
commit 3628d0d893

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "cryptominisat";
version = "5.7.1";
version = "5.8.0";
src = fetchFromGitHub {
owner = "msoos";
repo = "cryptominisat";
rev = version;
sha256 = "16lydnbd4rxfyabvvw7l4hbbby3yprcqqzrydd3n8rjbxibi4xyf";
sha256 = "00hmxdlyhn7pwk9jlvc5g0l5z5xqfchjzf5jgn3pkj9xhl8yqq50";
};
buildInputs = [ python3 boost ];