Merge pull request #230298 from jleightcap/jl/z3-4.12

z3: 4.12.1
This commit is contained in:
Mario Rodas 2023-06-24 10:53:02 -05:00 committed by GitHub
commit b2aee9c18e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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

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