mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 07:53:19 +00:00
vttest: 20210210 -> 20220215
* vttest: 20210210 -> 20220215 (#161102) and fix meta.description Co-authored-by: Renaud <c0bw3b@users.noreply.github.com>
This commit is contained in:
parent
4fda5839ea
commit
d6468ecd57
@ -2,18 +2,18 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "vttest";
|
pname = "vttest";
|
||||||
version = "20210210";
|
version = "20220215";
|
||||||
|
|
||||||
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 = "sha256-D5ii4wWYKRXxUgmEw+hpjjrNUI7iEHEVKMifWn6n8EY=";
|
sha256 = "sha256-SmWZjF4SzwjO0s/OEZrbRPqEKsFJXQ8VDyHIpnhZFaE=";
|
||||||
};
|
};
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Tests the compatibility so-called 'VT100-compatible' terminals";
|
description = "Tests the compatibility of 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