Skip to content

Commit

Permalink
eprover: 1.9.1 -> 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gebner committed Sep 5, 2017
1 parent a46f206 commit b2eff3c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/science/logic/eprover/default.nix
@@ -1,11 +1,11 @@
{ stdenv, fetchurl, which }:
stdenv.mkDerivation rec {
name = "eprover-${version}";
version = "1.9.1";
version = "2.0";

src = fetchurl {
url = "http://wwwlehre.dhbw-stuttgart.de/~sschulz/WORK/E_DOWNLOAD/V_${version}/E.tgz";
sha256 = "1vi977mdfqnj04m590aw4896nqzlc4c5rqadjzk86z1zvj7mqnqw";
sha256 = "1xmwr32pd8lv3f6yh720mdqhi3na505y3zbgcsgh2hwb7b5i3ngb";
};

buildInputs = [ which ];
Expand Down

0 comments on commit b2eff3c

Please sign in to comment.