3
0
Fork 0
forked from mirrors/nixpkgs

* libdrm updated to 2.4.24.

svn path=/nixpkgs/branches/x-updates/; revision=26185
This commit is contained in:
Eelco Dolstra 2011-03-07 11:22:40 +00:00
parent 3a4b95e503
commit c3e68778ae

View file

@ -1,11 +1,11 @@
{stdenv, fetchurl, pkgconfig, libpthreadstubs}:
stdenv.mkDerivation rec {
name = "libdrm-2.4.23";
name = "libdrm-2.4.24";
src = fetchurl {
url = "http://dri.freedesktop.org/libdrm/${name}.tar.bz2";
sha256 = "060wj5mb0y76v5nfdkk8sd6gszi8ihd4ix9pv4d7mfpdqdl6vw60";
sha256 = "19dnzy7g6jqfjz38dp187b97vb4a8h4k748x56gsyn24ys0j60f7";
};
buildInputs = [ pkgconfig libpthreadstubs ];