Merge pull request #133989 from r-ryantm/auto-update/xterm
xterm: 367 -> 368
This commit is contained in:
commit
863466b655
1 changed files with 3 additions and 7 deletions
|
@ -4,23 +4,19 @@
|
|||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "xterm";
|
||||
version = "367";
|
||||
version = "368";
|
||||
|
||||
src = fetchurl {
|
||||
urls = [
|
||||
"ftp://ftp.invisible-island.net/xterm/${pname}-${version}.tgz"
|
||||
"https://invisible-mirror.net/archives/xterm/${pname}-${version}.tgz"
|
||||
];
|
||||
sha256 = "07y51l06n344pjyxdddq6sdvxw25nl10irl4avynkqjnqyqsiw97";
|
||||
sha256 = "L/UWmTC2tJ7wuvteEzHJTxqYwxBEK7p3mK3YIcdq5xI=";
|
||||
};
|
||||
|
||||
strictDeps = true;
|
||||
|
||||
nativeBuildInputs = [
|
||||
makeWrapper
|
||||
pkg-config
|
||||
fontconfig
|
||||
];
|
||||
nativeBuildInputs = [ makeWrapper pkg-config fontconfig ];
|
||||
|
||||
buildInputs = [
|
||||
xorg.libXaw
|
||||
|
|
Loading…
Reference in a new issue