Merge pull request #188650 from movingco/add-z3-411

z3: add 4.11
This commit is contained in:
Robert Scott 2022-09-02 18:24:42 +01:00 committed by GitHub
commit 3f9b0f53e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 0 deletions

View File

@ -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";

View File

@ -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;