Merge pull request #56111 from NeQuissimus/xterm_344

xterm: 342 -> 344
This commit is contained in:
Jörg Thalheim 2019-02-21 09:19:48 +00:00 committed by GitHub
commit a9b16ad4e7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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