z3: 4.12.1

https://github.com/Z3Prover/z3/releases/tag/z3-4.12.1

declare most recent minor version.

Signed-off-by: Jack Leightcap <jack.leightcap@trailofbits.com>
This commit is contained in:
Jack Leightcap 2023-05-06 04:48:46 -04:00
parent 103897b4fc
commit 48ac8a3bac
No known key found for this signature in database
2 changed files with 5 additions and 0 deletions

View File

@ -87,6 +87,10 @@ let common = { version, sha256, patches ? [ ], tag ? "z3" }:
};
in
{
z3_4_12 = common {
version = "4.12.1";
sha256 = "sha256-7cuUf29TMpX62PwO1ab3ZuzmzlcrRjTKB1CyXnYgYus=";
};
z3_4_11 = common {
version = "4.11.0";
sha256 = "sha256-ItmtZHDhCeLAVtN7K80dqyAh20o7TM4xk2sTb9QgHvk=";

View File

@ -37930,6 +37930,7 @@ with pkgs;
inherit (callPackages ../applications/science/logic/z3 { python = python3; })
z3_4_12
z3_4_11
z3_4_8
z3_4_8_5;