Skip to content

Commit

Permalink
tptp: 6.4.0 -> 7.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gebner committed Oct 2, 2017
1 parent a8a1025 commit dcd5580
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/applications/science/logic/tptp/default.nix
Expand Up @@ -2,14 +2,14 @@

stdenv.mkDerivation rec {
name = "TPTP-${version}";
version = "6.4.0";
version = "7.0.0";

src = fetchurl {
url = [
"http://www.cs.miami.edu/~tptp/TPTP/Distribution/TPTP-v${version}.tgz"
"http://www.cs.miami.edu/~tptp/TPTP/Archive/TPTP-v${version}/TPTP-v${version}.tgz"
"http://www.cs.miami.edu/~tptp/TPTP/Archive/TPTP-v${version}.tgz"
];
sha256 = "17mnqxnyibmzf5vvbnyhsd010zykqw8ikx4pvyj0x9sfyhpvgfix";
sha256 = "13rm76lqlgbv15p8as0dpc74z2dfv5xydkhnd0hm3hhi3mn39dk9";
};

buildInputs = [ tcsh yap perl patchelf ];
Expand Down

0 comments on commit dcd5580

Please sign in to comment.