xterm: 347 -> 348

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-08-06 01:22:55 -07:00
parent 53328909da
commit 5ca7376705

View File

@ -3,14 +3,14 @@
}:
stdenv.mkDerivation rec {
name = "xterm-347";
name = "xterm-348";
src = fetchurl {
urls = [
"ftp://ftp.invisible-island.net/xterm/${name}.tgz"
"https://invisible-mirror.net/archives/xterm/${name}.tgz"
];
sha256 = "025r22vi5s0328ybhcj0g9js64vabr98hlw8ngy6vyby4zhp63s0";
sha256 = "1gkmj9v44xg4jahivhnpbmq22w1mwclr6fssv3lhssgkvchm27wb";
};
buildInputs =