xterm: 337 -> 339

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 2018-12-13 17:48:57 -08:00
parent e0950ae9ad
commit 187095a952

View File

@ -3,14 +3,14 @@
}:
stdenv.mkDerivation rec {
name = "xterm-337";
name = "xterm-339";
src = fetchurl {
urls = [
"ftp://ftp.invisible-island.net/xterm/${name}.tgz"
"https://invisible-mirror.net/archives/xterm/${name}.tgz"
];
sha256 = "19ygmswikbwa633bxf24cvk7qdxjz2nq3cv9zdgqvrs7sgg7gb6c";
sha256 = "1kigkl4va1jxycqcf5dkg4d74j1fgrxhfbp8ib367crn6fqnprk5";
};
buildInputs =