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 13:41:46 -04:00
committed by GitHub
parent 9a18caa5cd
commit 593d771826
@@ -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 ];