z3: update to latest git
This has some nice improvements, like new string and real arithmetic solvers. Signed-off-by: Austin Seipp <aseipp@pobox.com>
This commit is contained in:
parent
a387652159
commit
063e4dca79
@ -4,13 +4,13 @@ let
|
|||||||
python = python2;
|
python = python2;
|
||||||
in stdenv.mkDerivation rec {
|
in stdenv.mkDerivation rec {
|
||||||
name = "z3-${version}";
|
name = "z3-${version}";
|
||||||
version = "4.5.0";
|
version = "4.5.0-2017-11-06";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "Z3Prover";
|
owner = "Z3Prover";
|
||||||
repo = "z3";
|
repo = "z3";
|
||||||
rev = "z3-${version}";
|
rev = "3350f32e1f2c01c9df63b7d71899796a18ce2272";
|
||||||
sha256 = "0ssp190ksak93hiz61z90x6hy9hcw1ywp8b2dzmbhn6fbd4bnxzp";
|
sha256 = "00jn0njn5h9v49pl67yxj6225m6334ndrx6mp37vcqac05pdbpw7";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ python fixDarwinDylibNames ];
|
buildInputs = [ python fixDarwinDylibNames ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user