Merge pull request #95703 from gebner/vampire451

vampire: 4.4 -> 4.5.1
This commit is contained in:
Gabriel Ebner 2020-08-17 20:47:18 +02:00 committed by GitHub
commit a0a80cc8f8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "vampire";
version = "4.4";
version = "4.5.1";
src = fetchFromGitHub {
owner = "vprover";
repo = "vampire";
rev = version;
sha256 = "0v2fdfnk7l5xr5c4y54r25g1nbp4vi85zv29nbklh3r7aws3w9q1";
sha256 = "0q9gqyq96amdnhxgwjyv0r2sxakikp3jvmizgj2h0spfz643p8db";
};
buildInputs = [ z3 zlib ];