Skip to content

Commit f4d1a46

Browse files
Update dependency cryptominisat to v5.12.1
1 parent 93da12c commit f4d1a46

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

WORKSPACE

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -118,10 +118,10 @@ http_archive(
118118
name = "cryptominisat",
119119
build_file = "cryptominisat.BUILD",
120120
patches = ["//external:cryptominisat.patch"],
121-
sha256 = "70f846f00fa01e64682bfcdcbdde217be168c4aebc861aefc96d6853234507f7",
122-
strip_prefix = "cryptominisat-5.11.11",
121+
sha256 = "e50eb9afc047c04922c2edd4fa6feb108563612b4e9d13154823d2d5bb005a56",
122+
strip_prefix = "cryptominisat-5.12.1",
123123
urls = [
124-
"https://github.com/msoos/cryptominisat/archive/refs/tags/5.11.11.zip",
124+
"https://github.com/msoos/cryptominisat/archive/refs/tags/5.12.1.zip",
125125
],
126126
)
127127

0 commit comments

Comments
 (0)