xterm: 399 -> 400 (#417142)

This commit is contained in:
Philip Taron 2025-07-01 19:27:09 -07:00 committed by GitHub
commit f07a1b7a07
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 ];