xterm: 394 -> 395 (#351129)

Changes: https://invisible-island.net/xterm/xterm.log.html#xterm_395
This commit is contained in:
Sergei Trofimovich 2024-10-28 17:41:46 +00:00 committed by GitHub
parent 9a18caa5cd
commit 593d771826
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4,14 +4,14 @@
stdenv.mkDerivation rec {
pname = "xterm";
version = "394";
version = "395";
src = fetchurl {
urls = [
"ftp://ftp.invisible-island.net/xterm/${pname}-${version}.tgz"
"https://invisible-mirror.net/archives/xterm/${pname}-${version}.tgz"
];
hash = "sha256-oqDLIG6wQj3tw0eU9cLTjIM5DS3REGtmq6CWDDqXbHo=";
hash = "sha256-KG48qlk46uOOICgnYhVnYp3+quaJ6AcLQTyhE5gJPcg=";
};
patches = [ ./sixel-256.support.patch ];