xorg.xcbproto: 1.13 -> 1.14.1
https://lists.x.org/archives/xorg-announce/2020-February/003038.html https://lists.x.org/archives/xorg-announce/2020-October/003061.html
This commit is contained in:
parent
7568c3f452
commit
9601605ede
@ -1431,11 +1431,11 @@ lib.makeScope newScope (self: with self; {
|
|||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
xcbproto = callPackage ({ stdenv, pkgconfig, fetchurl, python }: stdenv.mkDerivation {
|
xcbproto = callPackage ({ stdenv, pkgconfig, fetchurl, python }: stdenv.mkDerivation {
|
||||||
name = "xcb-proto-1.13";
|
name = "xcb-proto-1.14.1";
|
||||||
builder = ./builder.sh;
|
builder = ./builder.sh;
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://xcb.freedesktop.org/dist/xcb-proto-1.13.tar.bz2";
|
url = "mirror://xorg/individual/proto/xcb-proto-1.14.1.tar.xz";
|
||||||
sha256 = "1qdxw9syhbvswiqj5dvj278lrmfhs81apzmvx6205s4vcqg7563v";
|
sha256 = "1hzwazgyywd9mz4mjj1yv8ski27qqx7ypmyr27m39hrajyddsjph";
|
||||||
};
|
};
|
||||||
hardeningDisable = [ "bindnow" "relro" ];
|
hardeningDisable = [ "bindnow" "relro" ];
|
||||||
nativeBuildInputs = [ pkgconfig python ];
|
nativeBuildInputs = [ pkgconfig python ];
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
https://invisible-mirror.net/archives/luit/luit-20190106.tgz
|
https://invisible-mirror.net/archives/luit/luit-20190106.tgz
|
||||||
https://xcb.freedesktop.org/dist/libpthread-stubs-0.4.tar.bz2
|
https://xcb.freedesktop.org/dist/libpthread-stubs-0.4.tar.bz2
|
||||||
https://xcb.freedesktop.org/dist/libxcb-1.13.1.tar.bz2
|
https://xcb.freedesktop.org/dist/libxcb-1.13.1.tar.bz2
|
||||||
https://xcb.freedesktop.org/dist/xcb-proto-1.13.tar.bz2
|
|
||||||
https://xcb.freedesktop.org/dist/xcb-util-0.4.0.tar.bz2
|
https://xcb.freedesktop.org/dist/xcb-util-0.4.0.tar.bz2
|
||||||
https://xcb.freedesktop.org/dist/xcb-util-cursor-0.1.3.tar.bz2
|
https://xcb.freedesktop.org/dist/xcb-util-cursor-0.1.3.tar.bz2
|
||||||
https://xcb.freedesktop.org/dist/xcb-util-errors-1.0.tar.bz2
|
https://xcb.freedesktop.org/dist/xcb-util-errors-1.0.tar.bz2
|
||||||
@ -211,6 +210,7 @@ mirror://xorg/individual/lib/libXxf86dga-1.1.5.tar.bz2
|
|||||||
mirror://xorg/individual/lib/libXxf86misc-1.0.4.tar.bz2
|
mirror://xorg/individual/lib/libXxf86misc-1.0.4.tar.bz2
|
||||||
mirror://xorg/individual/lib/libXxf86vm-1.1.4.tar.bz2
|
mirror://xorg/individual/lib/libXxf86vm-1.1.4.tar.bz2
|
||||||
mirror://xorg/individual/lib/xtrans-1.4.0.tar.bz2
|
mirror://xorg/individual/lib/xtrans-1.4.0.tar.bz2
|
||||||
|
mirror://xorg/individual/proto/xcb-proto-1.14.1.tar.xz
|
||||||
mirror://xorg/individual/proto/xorgproto-2019.1.tar.bz2
|
mirror://xorg/individual/proto/xorgproto-2019.1.tar.bz2
|
||||||
mirror://xorg/individual/util/gccmakedep-1.0.3.tar.bz2
|
mirror://xorg/individual/util/gccmakedep-1.0.3.tar.bz2
|
||||||
mirror://xorg/individual/util/imake-1.0.8.tar.bz2
|
mirror://xorg/individual/util/imake-1.0.8.tar.bz2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user