Merge pull request #82216 from r-ryantm/auto-update/vttest

vttest: 20190710 -> 20200303
This commit is contained in:
Jörg Thalheim 2020-03-10 07:41:29 +00:00 committed by GitHub
commit 922fd551a4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,19 +2,19 @@
stdenv.mkDerivation rec {
pname = "vttest";
version = "20190710";
version = "20200303";
src = fetchurl {
urls = [
"https://invisible-mirror.net/archives/${pname}/${pname}-${version}.tgz"
"ftp://ftp.invisible-island.net/${pname}/${pname}-${version}.tgz"
];
sha256 = "00v3a94vpmbdziizdw2dj4bfwzfzfs2lc0ijxv98ln1w01w412q4";
sha256 = "1g27yp37kh57hmwicw3ndnsapsbqzk2cnjccmvyj4zw2z0l5iaj9";
};
meta = with stdenv.lib; {
description = "Tests the compatibility so-called 'VT100-compatible' terminals";
homepage = https://invisible-island.net/vttest/;
homepage = "https://invisible-island.net/vttest/";
license = licenses.mit;
platforms = platforms.all;
};