* Updated mesa to 7.6.1.

* Removed mesa-headers as it's not used anymore.

svn path=/nixpkgs/trunk/; revision=19389
This commit is contained in:
Eelco Dolstra
2010-01-13 12:43:17 +00:00
parent 35257ada4e
commit f189022d13
4 changed files with 10 additions and 23 deletions
@@ -1,11 +1,11 @@
{stdenv, fetchurl, pkgconfig, libpthreadstubs}:
stdenv.mkDerivation rec {
name = "libdrm-2.4.15";
name = "libdrm-2.4.17";
src = fetchurl {
url = "http://dri.freedesktop.org/libdrm/${name}.tar.bz2";
sha256 = "1pm7iddv3yjwvqmlbdmj9m55bmkfcfzq0wvqpgx4gkmdjfd8kzxw";
sha256 = "0sii8bhplb99i4x67626sd4pm1c2i3i0c73rdma71sdh233fg95q";
};
buildInputs = [ pkgconfig libpthreadstubs ];