Commit 4fadc26e authored by Mario Rodas's avatar Mario Rodas
Browse files
parent 64888ffe
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";