mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-26 14:53:52 +00:00
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:
parent
103897b4fc
commit
48ac8a3bac
@ -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=";
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user