about summary refs log tree commit diff
path: root/pkgs/applications/science/logic/cryptominisat
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2020-07-08 04:51:18 +0000
committerR. RyanTM <ryantm-bot@ryantm.com>2020-07-08 04:51:18 +0000
commit3628d0d8938ddca22f5ca5f999eae321b6657329 (patch)
tree19a45a7590603bc38e66cfdb40ef2125eaffc676 /pkgs/applications/science/logic/cryptominisat
parent6eeb612a9b6160df2e110021d93bef3e6e538b9a (diff)
cryptominisat: 5.7.1 -> 5.8.0
Diffstat (limited to 'pkgs/applications/science/logic/cryptominisat')
-rw-r--r--pkgs/applications/science/logic/cryptominisat/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/science/logic/cryptominisat/default.nix b/pkgs/applications/science/logic/cryptominisat/default.nix
index 591b04ab062b2..20f266ec257b7 100644
--- a/pkgs/applications/science/logic/cryptominisat/default.nix
+++ b/pkgs/applications/science/logic/cryptominisat/default.nix
@@ -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 ];