Merge pull request #278267 from trofi/xterm-update

xterm: 388 -> 389
This commit is contained in:
Mario Rodas
2024-02-05 08:14:31 -05:00
committed by GitHub
@@ -4,14 +4,14 @@
stdenv.mkDerivation rec {
pname = "xterm";
version = "388";
version = "389";
src = fetchurl {
urls = [
"ftp://ftp.invisible-island.net/xterm/${pname}-${version}.tgz"
"https://invisible-mirror.net/archives/xterm/${pname}-${version}.tgz"
];
hash = "sha256-rEKTReb5N6WUWonUJaJl/ubCFfxmnb3GoDJuIfTF9nQ=";
hash = "sha256-HNV2PZTZNw/tENgE6DGgibKs4OenS29W71oWp2a9574=";
};
strictDeps = true;