Merge pull request #277917 from lucascool12/update-z3
z3_4_12: 4.12.2 -> 4.12.4
This commit is contained in:
commit
34d3d09834
1 changed files with 2 additions and 2 deletions
|
@ -89,8 +89,8 @@ let common = { version, sha256, patches ? [ ], tag ? "z3" }:
|
|||
in
|
||||
{
|
||||
z3_4_12 = common {
|
||||
version = "4.12.2";
|
||||
sha256 = "sha256-DTgpKEG/LtCGZDnicYvbxG//JMLv25VHn/NaF307JYA=";
|
||||
version = "4.12.4";
|
||||
sha256 = "sha256-cxl7D47dRn+uMVOHbF0avj5+ZFWjaJ7lXj/8l6r9q2I=";
|
||||
};
|
||||
z3_4_11 = common {
|
||||
version = "4.11.2";
|
||||
|
|
Loading…
Reference in a new issue