libxcb: 1.13 -> 1.13.1 (#47450)
https://lists.freedesktop.org/archives/xcb/2018-September/011155.html (cherry picked from commit b043a056a2cc6a4ab129ab1ce2bf7d4aa7d2ea69)
This commit is contained in:
parent
d47f732428
commit
f66ae2c8b2
@ -1136,11 +1136,11 @@ let
|
||||
}) // {inherit ;};
|
||||
|
||||
libxcb = (mkDerivation "libxcb" {
|
||||
name = "libxcb-1.13";
|
||||
name = "libxcb-1.13.1";
|
||||
builder = ./builder.sh;
|
||||
src = fetchurl {
|
||||
url = http://xcb.freedesktop.org/dist/libxcb-1.13.tar.bz2;
|
||||
sha256 = "1ahxhmdqp4bhb90zmc275rmf5wixqra4bnw9pqnzyl1w3598g30q";
|
||||
url = http://xcb.freedesktop.org/dist/libxcb-1.13.1.tar.bz2;
|
||||
sha256 = "1i27lvrcsygims1pddpl5c4qqs6z715lm12ax0n3vx0igapvg7x8";
|
||||
};
|
||||
nativeBuildInputs = [ pkgconfig ];
|
||||
buildInputs = [ libxslt libpthreadstubs python libXau xcbproto libXdmcp ];
|
||||
|
@ -1,5 +1,5 @@
|
||||
http://xcb.freedesktop.org/dist/libpthread-stubs-0.4.tar.bz2
|
||||
http://xcb.freedesktop.org/dist/libxcb-1.13.tar.bz2
|
||||
http://xcb.freedesktop.org/dist/libxcb-1.13.1.tar.bz2
|
||||
http://xcb.freedesktop.org/dist/xcb-proto-1.13.tar.bz2
|
||||
http://xcb.freedesktop.org/dist/xcb-util-0.4.0.tar.bz2
|
||||
http://xcb.freedesktop.org/dist/xcb-util-cursor-0.1.3.tar.bz2
|
||||
|
Loading…
Reference in New Issue
Block a user