z3: 4.8.7 -> 4.8.8

This commit is contained in:
Thomas Tuegel 2020-08-21 11:29:15 -05:00 committed by Jon
parent 53f1e6b05b
commit 1f512d7804

View File

@ -10,13 +10,13 @@ with stdenv.lib;
stdenv.mkDerivation rec {
pname = "z3";
version = "4.8.7";
version = "4.8.8";
src = fetchFromGitHub {
owner = "Z3Prover";
repo = pname;
rev = "z3-${version}";
sha256 = "0hprcdwhhyjigmhhk6514m71bnmvqci9r8gglrqilgx424r6ff7q";
sha256 = "1rn538ghqwxq0v8i6578j8mflk6fyv0cp4hjfqynzvinjbps56da";
};
buildInputs = [ python fixDarwinDylibNames ] ++ optional javaBindings jdk;