Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

xorg.libXfixes: 5.0.2 -> 5.0.3

Semi-automatic update generated by https://github.com/ryantm/nix-update tools. These checks were done:

- built on NixOS
- Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.)
- found 5.0.3 with grep in /nix/store/g5hcg35wmg25sgfjp7mvi4cx3shldbxd-libXfixes-5.0.3
- directory tree listing: https://gist.github.com/7398ada0908969ebbd1e7e629a1e0ef7

(cherry picked from commit 0e443ceb9e815fda4a580a484ea0b2627ee78509)
Only fixes CVE-2016-7944; /cc #38994.
(cherry picked from commit ce86b8f1b431c635eb1facc5d8b6954dc0ef5b7d)

authored by Ryan Mulligan and committed by Pascal Wittmann bca2ee28 11b4c867

Changed files
+3 -3
pkgs
servers
x11
+3 -3
pkgs/servers/x11/xorg/default.nix
··· 768 768 }) // {inherit libX11 xextproto xproto ;}; 769 769 770 770 libXfixes = (mkDerivation "libXfixes" { 771 - name = "libXfixes-5.0.2"; 771 + name = "libXfixes-5.0.3"; 772 772 builder = ./builder.sh; 773 773 src = fetchurl { 774 - url = mirror://xorg/individual/lib/libXfixes-5.0.2.tar.bz2; 775 - sha256 = "1slsk898386xii0r3l7szwwq3s6y2m4dsj0x93ninjh8xkghxllv"; 774 + url = mirror://xorg/individual/lib/libXfixes-5.0.3.tar.bz2; 775 + sha256 = "1miana3y4hwdqdparsccmygqr3ic3hs5jrqfzp70hvi2zwxd676y"; 776 776 }; 777 777 buildInputs = [pkgconfig fixesproto libX11 xextproto xproto ]; 778 778 meta.platforms = stdenv.lib.platforms.unix;