xorg.libX11: 1.8.1 -> 1.8.3
Changes: - 1.8.2: https://www.spinics.net/lists/xorg/msg60726.html - 1.8.3: https://www.spinics.net/lists/xorg/msg60791.html
This commit is contained in:
parent
c5c7778f09
commit
1a13817d32
2 changed files with 6 additions and 6 deletions
|
@ -890,18 +890,18 @@ self: with self; {
|
|||
}) {};
|
||||
|
||||
# THIS IS A GENERATED FILE. DO NOT EDIT!
|
||||
libX11 = callPackage ({ stdenv, pkg-config, fetchurl, xorgproto, libxcb, xtrans }: stdenv.mkDerivation {
|
||||
libX11 = callPackage ({ stdenv, pkg-config, fetchurl, xorgproto, libpthreadstubs, libxcb, xtrans }: stdenv.mkDerivation {
|
||||
pname = "libX11";
|
||||
version = "1.8.1";
|
||||
version = "1.8.3";
|
||||
builder = ./builder.sh;
|
||||
src = fetchurl {
|
||||
url = "mirror://xorg/individual/lib/libX11-1.8.1.tar.xz";
|
||||
sha256 = "1xyry8i7zqmlkvpbyyqwi18rrdw6ycczlvfp63rh2570pfhimi0v";
|
||||
url = "mirror://xorg/individual/lib/libX11-1.8.3.tar.xz";
|
||||
sha256 = "1gc5cnfys48m1y9y1cidph89fww5c209qff93phbidh68346a5g3";
|
||||
};
|
||||
hardeningDisable = [ "bindnow" "relro" ];
|
||||
strictDeps = true;
|
||||
nativeBuildInputs = [ pkg-config ];
|
||||
buildInputs = [ xorgproto libxcb xtrans ];
|
||||
buildInputs = [ xorgproto libpthreadstubs libxcb xtrans ];
|
||||
meta.platforms = lib.platforms.unix;
|
||||
}) {};
|
||||
|
||||
|
|
|
@ -174,7 +174,7 @@ mirror://xorg/individual/lib/libICE-1.0.10.tar.bz2
|
|||
mirror://xorg/individual/lib/libpciaccess-0.16.tar.bz2
|
||||
mirror://xorg/individual/lib/libSM-1.2.3.tar.bz2
|
||||
mirror://xorg/individual/lib/libWindowsWM-1.0.1.tar.bz2
|
||||
mirror://xorg/individual/lib/libX11-1.8.1.tar.xz
|
||||
mirror://xorg/individual/lib/libX11-1.8.3.tar.xz
|
||||
mirror://xorg/individual/lib/libXau-1.0.9.tar.bz2
|
||||
mirror://xorg/individual/lib/libXaw-1.0.14.tar.bz2
|
||||
mirror://xorg/individual/lib/libxcb-1.14.tar.xz
|
||||
|
|
Loading…
Reference in a new issue