xterm: 363 -> 364

This commit is contained in:
Tim Steinbach 2021-02-03 10:48:33 -05:00
parent a03288942b
commit 0a973728df
No known key found for this signature in database
GPG Key ID: 1B40229F19262402

View File

@ -1,17 +1,17 @@
{ lib, stdenv, fetchurl, fetchpatch, xorg, ncurses, freetype, fontconfig, pkg-config { lib, stdenv, fetchurl, fetchpatch, xorg, ncurses, freetype, fontconfig
, makeWrapper, nixosTests, writeScript, common-updater-scripts, git, nixfmt, nix , pkg-config, makeWrapper, nixosTests, writeScript, common-updater-scripts, git
, gnused, coreutils, enableDecLocator ? true }: , nixfmt, nix, gnused, coreutils, enableDecLocator ? true }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "xterm"; pname = "xterm";
version = "363"; version = "364";
src = fetchurl { src = fetchurl {
urls = [ urls = [
"ftp://ftp.invisible-island.net/xterm/${pname}-${version}.tgz" "ftp://ftp.invisible-island.net/xterm/${pname}-${version}.tgz"
"https://invisible-mirror.net/archives/xterm/${pname}-${version}.tgz" "https://invisible-mirror.net/archives/xterm/${pname}-${version}.tgz"
]; ];
sha256 = "2Bo2OeJlUrZ2W9zyi+Hs24rKv5B5VXCOgwrWOX6hC0g="; sha256 = "0fizaalpv96sc199dfc00696vq18fixqb4fxb3jsard19k96x4pb";
}; };
buildInputs = [ buildInputs = [