mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 04:43:09 +03:00
tptp: 6.1.0 -> 6.3.0
This commit is contained in:
parent
edad608f56
commit
462958b3b7
@ -11,14 +11,14 @@ let
|
||||
(builtins.attrNames (builtins.removeAttrs x helperArgNames));
|
||||
sourceInfo = rec {
|
||||
baseName="TPTP";
|
||||
version="6.1.0";
|
||||
version="6.3.0";
|
||||
name="${baseName}-${version}";
|
||||
urls=
|
||||
[
|
||||
"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"
|
||||
];
|
||||
hash="054p0kx9qh619ixslxpb4qcwvcqr4kan154b3a87b546b78k7kv4";
|
||||
hash="17wl80mnm91jp3npdjzfbb8ds45f2gni250jlfw0d91i1476wcl3";
|
||||
};
|
||||
in
|
||||
rec {
|
||||
|
Loading…
Reference in New Issue
Block a user