3
0
Fork 0
forked from mirrors/nixpkgs

libdrm: 2.4.82 -> 2.4.83

This commit is contained in:
Vladimír Čunát 2017-08-27 22:09:52 +02:00
parent ccbdab96d4
commit 6a851869b4
No known key found for this signature in database
GPG key ID: E747DF1F9575A3AA

View file

@ -1,11 +1,11 @@
{ stdenv, fetchurl, pkgconfig, libpthreadstubs, libpciaccess, valgrind-light }:
stdenv.mkDerivation rec {
name = "libdrm-2.4.82";
name = "libdrm-2.4.83";
src = fetchurl {
url = "http://dri.freedesktop.org/libdrm/${name}.tar.bz2";
sha256 = "43fa2dbd422d6d41ac141272cc9855360ce4d08c7cf7f2c7bb55dfe449c4ce1c";
sha256 = "1minzvsyz5hgm6ixpj8ysa6jsv7vm8qc8nx390jxdsk0v9ljd983";
};
outputs = [ "out" "dev" ];