commit
b2aee9c18e
2 changed files with 5 additions and 0 deletions
|
@ -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=";
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue