Skip to content

Commit 9394314

Browse files
committedMay 11, 2017
xf86-video-intel: 2017-02-05 -> 2017-04-18
1 parent c684c0e commit 9394314

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎pkgs/servers/x11/xorg/default.nix

+3-3
Original file line numberDiff line numberDiff line change
@@ -1813,11 +1813,11 @@ let
18131813
}) // {inherit fontsproto libpciaccess randrproto renderproto videoproto xextproto xorgserver xproto ;};
18141814

18151815
xf86videointel = (mkDerivation "xf86videointel" {
1816-
name = "xf86-video-intel-2017-02-05";
1816+
name = "xf86-video-intel-2017-04-18";
18171817
builder = ./builder.sh;
18181818
src = fetchurl {
1819-
url = http://cgit.freedesktop.org/xorg/driver/xf86-video-intel/snapshot/e4fe79cf0d9a05ee3f3a027148ef0aeb2b1b34e1.tar.gz;
1820-
sha256 = "1hzfz5m9iclxk55531nqmyn25a50ggibl1qb80l6742k25k211cr";
1819+
url = http://cgit.freedesktop.org/xorg/driver/xf86-video-intel/snapshot/c72bb27a3a68ecc616ce2dc8e9a1d20354504562.tar.gz;
1820+
sha256 = "1awxbig135nmq7qa8jzggqr4q32k6ngnal2lckrdkg7zqi40zdv8";
18211821
};
18221822
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 ];
18231823
meta.platforms = stdenv.lib.platforms.unix;

0 commit comments

Comments
 (0)
Please sign in to comment.