libdrm: minor update

Builds. I found no kind of news/changelog docs, hopefully nothing important.
This commit is contained in:
Vladimír Čunát 2013-08-22 22:36:31 +02:00
parent f082abfd55
commit f0c59e322d

View file

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