3
0
Fork 0
forked from mirrors/nixpkgs

tptp: 6.4.0 -> 7.0.0

This commit is contained in:
Gabriel Ebner 2017-10-02 11:45:58 +02:00
parent a8a1025ce9
commit dcd5580909

View file

@ -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 ];