z3_4_14: init at 4.14.1

Don't change the default version of z3 just yet:
https://github.com/NixOS/nixpkgs/pull/390569#issuecomment-2728272563
This commit is contained in:
Morgan Jones
2025-03-18 23:45:58 -07:00
parent 49413d8680
commit 60d98a5163
2 changed files with 5 additions and 0 deletions
@@ -153,6 +153,10 @@ let
fixupPatches = dir: map (patch: replaceVars patch { inherit dir; });
in
{
z3_4_14 = common {
version = "4.14.1";
sha256 = "sha256-pTsDzf6Frk4mYAgF81wlR5Kb1x56joFggO5Fa3G2s70=";
};
z3_4_13 = common {
version = "4.13.4";
sha256 = "sha256-8hWXCr6IuNVKkOegEmWooo5jkdmln9nU7wI8T882BSE=";
+1
View File
@@ -17065,6 +17065,7 @@ with pkgs;
};
inherit (callPackages ../applications/science/logic/z3 { python = python3; })
z3_4_14
z3_4_13
z3_4_12
z3_4_11