xterm: 380 -> 382

Changes: https://invisible-island.net/xterm/xterm.log.html#xterm_382
This commit is contained in:
Sergei Trofimovich 2023-06-10 23:21:16 +01:00
parent bb730c1d06
commit 69cd4fe5ea

View File

@ -4,14 +4,14 @@
stdenv.mkDerivation rec {
pname = "xterm";
version = "380";
version = "382";
src = fetchurl {
urls = [
"ftp://ftp.invisible-island.net/xterm/${pname}-${version}.tgz"
"https://invisible-mirror.net/archives/xterm/${pname}-${version}.tgz"
];
hash = "sha256-DB3B+oAPpktcWNFt25BecAsnylOKZb6MA7K6V2EQbDg=";
hash = "sha256-DNC889CqdGqEDqPxNm6imnQmNpTVNbXHd/J+tl1/zu0=";
};
strictDeps = true;