Merge #258619: xterm: 384 -> 388

...into staging
This commit is contained in:
Vladimír Čunát 2023-10-26 09:49:59 +02:00
commit 4811d39738
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA

View File

@ -4,14 +4,14 @@
stdenv.mkDerivation rec {
pname = "xterm";
version = "384";
version = "388";
src = fetchurl {
urls = [
"ftp://ftp.invisible-island.net/xterm/${pname}-${version}.tgz"
"https://invisible-mirror.net/archives/xterm/${pname}-${version}.tgz"
];
hash = "sha256-Me+HB0DOrgIMPEtKlgHH9Hv9RmcsGq8tITpWXWTLw3M=";
hash = "sha256-rEKTReb5N6WUWonUJaJl/ubCFfxmnb3GoDJuIfTF9nQ=";
};
strictDeps = true;