Skip to content

Commit

Permalink
xf86-video-intel: 2015-11-14 -> 2016-05-22
Browse files Browse the repository at this point in the history
This fixes compositing in KDE on a Intel HD Graphics 530 for me.
  • Loading branch information
edolstra committed May 22, 2016
1 parent 600cd79 commit a0f89ee
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/servers/x11/xorg/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -1810,11 +1810,11 @@ let
}) // {inherit fontsproto libpciaccess randrproto renderproto videoproto xextproto xorgserver xproto ;};

xf86videointel = (mkDerivation "xf86videointel" {
name = "xf86-video-intel-2015-11-14";
name = "xf86-video-intel-2016-05-22";
builder = ./builder.sh;
src = fetchurl {
url = http://cgit.freedesktop.org/xorg/driver/xf86-video-intel/snapshot/0340718366d7cb168a46930eb7be22f2d88354d8.tar.gz;
sha256 = "0x11dig1wmpjz5n35sh30zs58ar8q8836w3zrkwkvgxj6q6smvvr";
url = http://cgit.freedesktop.org/xorg/driver/xf86-video-intel/snapshot/8477615ae1bd284aca1221185ffefe0630d3f7ab.tar.gz;
sha256 = "1fnwcsg2kr32nv9x6z671g6amwcyhba2392d63kjl2avjyhjad79";
};
buildInputs = [pkgconfig dri2proto dri3proto fontsproto libdrm libpng udev libpciaccess presentproto randrproto renderproto libX11 xcbutil libxcb libXcursor libXdamage libXext xextproto xf86driproto libXfixes xorgserver xproto libXrandr libXrender libxshmfence libXtst libXvMC ];
meta.platforms = stdenv.lib.platforms.unix;
Expand Down

0 comments on commit a0f89ee

Please sign in to comment.