libdrm: 2.4.107 -> 2.4.108

This commit is contained in:
Michael Weiss 2021-11-08 23:05:50 +01:00
parent 3a3bdc57e4
commit 5914e9aff9
No known key found for this signature in database
GPG Key ID: 5BE487C4D4771D83

View File

@ -5,11 +5,11 @@
stdenv.mkDerivation rec {
pname = "libdrm";
version = "2.4.107";
version = "2.4.108";
src = fetchurl {
url = "https://dri.freedesktop.org/${pname}/${pname}-${version}.tar.xz";
sha256 = "127qf1rzhaf13vdd75a58v5q34617hvangjlfnlkcdh37gqcwm65";
sha256 = "186nwf7qnzh805iz8k3djq3pd1m79mgfnjsbw7yn6rskpj699mx1";
};
outputs = [ "out" "dev" "bin" ];