coqPackages.tlc: 20180316 -> 20181116

This commit is contained in:
Vincent Laporte 2019-04-18 09:21:39 +00:00 committed by Vincent Laporte
parent 0620e0fdbf
commit f61cadb624

View file

@ -1,12 +1,12 @@
{ stdenv, fetchurl, coq }:
stdenv.mkDerivation rec {
version = "20180316";
version = "20181116";
name = "coq${coq.coq-version}-tlc-${version}";
src = fetchurl {
url = "http://tlc.gforge.inria.fr/releases/tlc-${version}.tar.gz";
sha256 = "0y8h0x9dfn9dm60j1jkxr9i8lbfqd3ff626wrc9v49qxhi50szqq";
sha256 = "0iv6f6zmrv2lhq3xq57ipmw856ahsql754776ymv5wjm88ld63nm";
};
buildInputs = [ coq ];