vttest: 20210210 -> 20220215

* vttest: 20210210 -> 20220215 (#161102)

and fix meta.description

Co-authored-by: Renaud <c0bw3b@users.noreply.github.com>
main
R. RyanTM 2 years ago committed by GitHub
parent 4fda5839ea
commit d6468ecd57
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      pkgs/tools/misc/vttest/default.nix

@ -2,18 +2,18 @@
stdenv.mkDerivation rec {
pname = "vttest";
version = "20210210";
version = "20220215";
src = fetchurl {
urls = [
"https://invisible-mirror.net/archives/${pname}/${pname}-${version}.tgz"
"ftp://ftp.invisible-island.net/${pname}/${pname}-${version}.tgz"
];
sha256 = "sha256-D5ii4wWYKRXxUgmEw+hpjjrNUI7iEHEVKMifWn6n8EY=";
sha256 = "sha256-SmWZjF4SzwjO0s/OEZrbRPqEKsFJXQ8VDyHIpnhZFaE=";
};
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/";
license = licenses.mit;
platforms = platforms.all;

Loading…
Cancel
Save