xterm: 345 -> 346

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/xterm/versions
This commit is contained in:
R. RyanTM 2019-06-03 03:16:11 -07:00
parent 97aba37876
commit e80724f140

View File

@ -3,14 +3,14 @@
}:
stdenv.mkDerivation rec {
name = "xterm-345";
name = "xterm-346";
src = fetchurl {
urls = [
"ftp://ftp.invisible-island.net/xterm/${name}.tgz"
"https://invisible-mirror.net/archives/xterm/${name}.tgz"
];
sha256 = "0dfmy9vgpmxi8rsnv2lb2lmq5ny26f0pjhcj348l0d3rs61afjb6";
sha256 = "0xwamhawgh77q2nlibciv77hznirwhnbs3r52rl4sdaqq1rpscng";
};
buildInputs =