Merge pull request #82216 from r-ryantm/auto-update/vttest
vttest: 20190710 -> 20200303
This commit is contained in:
commit
922fd551a4
@ -2,19 +2,19 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "vttest";
|
pname = "vttest";
|
||||||
version = "20190710";
|
version = "20200303";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
urls = [
|
urls = [
|
||||||
"https://invisible-mirror.net/archives/${pname}/${pname}-${version}.tgz"
|
"https://invisible-mirror.net/archives/${pname}/${pname}-${version}.tgz"
|
||||||
"ftp://ftp.invisible-island.net/${pname}/${pname}-${version}.tgz"
|
"ftp://ftp.invisible-island.net/${pname}/${pname}-${version}.tgz"
|
||||||
];
|
];
|
||||||
sha256 = "00v3a94vpmbdziizdw2dj4bfwzfzfs2lc0ijxv98ln1w01w412q4";
|
sha256 = "1g27yp37kh57hmwicw3ndnsapsbqzk2cnjccmvyj4zw2z0l5iaj9";
|
||||||
};
|
};
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Tests the compatibility so-called 'VT100-compatible' terminals";
|
description = "Tests the compatibility so-called 'VT100-compatible' terminals";
|
||||||
homepage = https://invisible-island.net/vttest/;
|
homepage = "https://invisible-island.net/vttest/";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
platforms = platforms.all;
|
platforms = platforms.all;
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user