Merge pull request #267664 from r-ryantm/auto-update/eprover

eprover: 2.6 -> 3.0
This commit is contained in:
7c6f434c 2023-11-15 23:52:24 +00:00 committed by GitHub
commit 91c993afb9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "eprover";
version = "2.6";
version = "3.0";
src = fetchurl {
url = "https://wwwlehre.dhbw-stuttgart.de/~sschulz/WORK/E_DOWNLOAD/V_${version}/E.tgz";
sha256 = "sha256-qh896qIpFR5g1gdWAwGkbNJLBqUQCeCpuoYHHkDXPt0=";
sha256 = "sha256-RJ2uc/GIWU/fDJijSzYS8GdL7zUkeExOLWXtTbi8ZLk=";
};
buildInputs = [ which ];