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

@@ -1,11 +1,11 @@
{ stdenv, fetchurl, libX11, pkgconfig, libXext, mesa, libdrm, libXfixes }:
stdenv.mkDerivation rec {
name = "libva-1.1.0";
name = "libva-1.1.1";
src = fetchurl {
url = "http://www.freedesktop.org/software/vaapi/releases/libva/${name}.tar.bz2";
sha256 = "1a7g7i96ww8hmim2pq2a3xc89073lzacxn1xh9526bzhlqjdqsnv";
sha256 = "0kfdcrzcr82g15l0vvmm6rqr0f0604d4dgrza78gn6bfx7rppby0";
};
buildInputs = [ libX11 libXext pkgconfig mesa libdrm libXfixes ];