mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 23:13:19 +00:00
xterm: 384 -> 388
Changes: - https://invisible-island.net/xterm/xterm.log.html#xterm_385 - https://invisible-island.net/xterm/xterm.log.html#xterm_386 - https://invisible-island.net/xterm/xterm.log.html#xterm_387 - https://invisible-island.net/xterm/xterm.log.html#xterm_388
This commit is contained in:
parent
58aa673711
commit
013d6adadc
@ -4,14 +4,14 @@
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "xterm";
|
||||
version = "384";
|
||||
version = "388";
|
||||
|
||||
src = fetchurl {
|
||||
urls = [
|
||||
"ftp://ftp.invisible-island.net/xterm/${pname}-${version}.tgz"
|
||||
"https://invisible-mirror.net/archives/xterm/${pname}-${version}.tgz"
|
||||
];
|
||||
hash = "sha256-Me+HB0DOrgIMPEtKlgHH9Hv9RmcsGq8tITpWXWTLw3M=";
|
||||
hash = "sha256-rEKTReb5N6WUWonUJaJl/ubCFfxmnb3GoDJuIfTF9nQ=";
|
||||
};
|
||||
|
||||
strictDeps = true;
|
||||
|
Loading…
Reference in New Issue
Block a user