libdrm: update

This commit is contained in:
Vladimír Čunát 2014-10-18 11:31:48 +02:00
parent 9877fdb39d
commit afe28673c9

View File

@ -1,11 +1,11 @@
{ stdenv, fetchurl, pkgconfig, libpthreadstubs, libpciaccess, udev }:
stdenv.mkDerivation rec {
name = "libdrm-2.4.56";
name = "libdrm-2.4.58";
src = fetchurl {
url = "http://dri.freedesktop.org/libdrm/${name}.tar.bz2";
sha256 = "0c20wpfa94d8kww0f2xinmm4axsl4nhq921xj4i88yhpjbhbn3z2";
sha256 = "b155fae6b9c9a3b02ef8b77f58c7c219194c996a4018dc55ba66c03996a365dd";
};
nativeBuildInputs = [ pkgconfig ];