xterm: 402 -> 403

Changes: https://invisible-island.net/xterm/xterm.log.html#xterm_403
This commit is contained in:
Sergei Trofimovich
2025-10-20 06:26:14 +01:00
parent d08251c583
commit 82ab019058
+2 -2
View File
@@ -16,14 +16,14 @@
stdenv.mkDerivation rec {
pname = "xterm";
version = "402";
version = "403";
src = fetchurl {
urls = [
"ftp://ftp.invisible-island.net/xterm/${pname}-${version}.tgz"
"https://invisible-mirror.net/archives/xterm/${pname}-${version}.tgz"
];
hash = "sha256-UmDFeTzVZMaeU+9vUowArwZq5ntC0CE3+374+v5wu3o=";
hash = "sha256-EzGw31kZyyQ//jJtxv8QopHmg6Ji9wzflkpmS+czrYM=";
};
patches = [ ./sixel-256.support.patch ];