xterm: 383 -> 384

Changes: https://invisible-island.net/xterm/xterm.log.html#xterm_384
This commit is contained in:
Sergei Trofimovich 2023-07-18 11:00:15 +01:00
parent 06e7a18235
commit ba2eae1629

View file

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