update to 2013Q1 Intel Graphics Stack Release

This changeset updates to all of the versions in
https://01.org/linuxgraphics/downloads/2013/2013q1-intel-graphics-stack-release
(but does not regression from newer version).

I tried generating 'servers/x11/xorg/default.nix' with the perl script,
but unrelated packges changed, so I just manually updated the file.
This commit is contained in:
Jack Cummings
2013-05-23 16:25:21 -07:00
parent 16b2e1b46f
commit 253ee6f6a3
4 changed files with 8 additions and 8 deletions

View File

@@ -2,11 +2,11 @@
, intelgen4asm }:
stdenv.mkDerivation rec {
name = "libva-intel-driver-1.0.19";
name = "libva-intel-driver-1.0.20";
src = fetchurl {
url = "http://www.freedesktop.org/software/vaapi/releases/libva-intel-driver/${name}.tar.bz2";
sha256 = "14m7krah3ajkwj190q431lqqa84hdljcdmrcrqkbgaffyjlqvdid";
sha256 = "1jfl8909j3a3in6m8b5bx3dn7pzr8a1sw3sk4vzm7h3j2dkgpzhj";
};
buildInputs = [ autoconf automake libtool mesa libva pkgconfig libdrm libX11 intelgen4asm ];