mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-15 10:12:58 +00:00
commit
3f9b0f53e4
@ -84,6 +84,10 @@ let common = { version, sha256, patches ? [ ] }:
|
|||||||
};
|
};
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
|
z3_4_11 = common {
|
||||||
|
version = "4.11.0";
|
||||||
|
sha256 = "sha256-ItmtZHDhCeLAVtN7K80dqyAh20o7TM4xk2sTb9QgHvk=";
|
||||||
|
};
|
||||||
z3_4_8 = common {
|
z3_4_8 = common {
|
||||||
version = "4.8.15";
|
version = "4.8.15";
|
||||||
sha256 = "0xkwqz0y5d1lfb6kfqy8wn8n2dqalzf4c8ghmjsajc1bpdl70yc5";
|
sha256 = "0xkwqz0y5d1lfb6kfqy8wn8n2dqalzf4c8ghmjsajc1bpdl70yc5";
|
||||||
|
@ -34700,6 +34700,7 @@ with pkgs;
|
|||||||
|
|
||||||
|
|
||||||
inherit (callPackages ../applications/science/logic/z3 { python = python2; })
|
inherit (callPackages ../applications/science/logic/z3 { python = python2; })
|
||||||
|
z3_4_11
|
||||||
z3_4_8
|
z3_4_8
|
||||||
z3_4_7;
|
z3_4_7;
|
||||||
z3 = z3_4_8;
|
z3 = z3_4_8;
|
||||||
|
Loading…
Reference in New Issue
Block a user