Unverified Commit dbf625d8 authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #284969 from marsam/update-z3_4_12

z3_4_12: 4.12.4 -> 4.12.5
parents 52de9e9a 4fadc26e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -89,8 +89,8 @@ let common = { version, sha256, patches ? [ ], tag ? "z3" }:
in
{
  z3_4_12 = common {
    version = "4.12.4";
    sha256 = "sha256-cxl7D47dRn+uMVOHbF0avj5+ZFWjaJ7lXj/8l6r9q2I=";
    version = "4.12.5";
    sha256 = "sha256-Qj9w5s02OSMQ2qA7HG7xNqQGaUacA1d4zbOHynq5k+A=";
  };
  z3_4_11 = common {
    version = "4.11.2";