z3: 4.8.8 -> 4.8.9

This commit is contained in:
Thomas Tuegel 2020-09-11 14:38:43 -05:00
parent b552ded466
commit 87c7d1d4f8
No known key found for this signature in database
GPG Key ID: 22CBF5249D4B4D59

View File

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