xterm: 399 -> 400

Changes: https://invisible-island.net/xterm/xterm.log.html#xterm_400
This commit is contained in:
Sergei Trofimovich
2025-06-16 06:40:54 +01:00
parent 34d54f26e0
commit 37eb7a2842
+2 -2
View File
@@ -16,14 +16,14 @@
stdenv.mkDerivation rec {
pname = "xterm";
version = "399";
version = "400";
src = fetchurl {
urls = [
"ftp://ftp.invisible-island.net/xterm/${pname}-${version}.tgz"
"https://invisible-mirror.net/archives/xterm/${pname}-${version}.tgz"
];
hash = "sha256-nbNK0PU92xIj1wskfIOR5S8+SxZtathUJqTEeBPRseM=";
hash = "sha256-7thOzAXvpj1YnFoqP1qUfhS3mNA7U0LMaINxD2SPGgY=";
};
patches = [ ./sixel-256.support.patch ];