libdrm: 2.4.118 -> 2.4.119

Changes: https://lists.x.org/archives/xorg-announce/2023-December/003438.html
This commit is contained in:
Sergei Trofimovich 2023-12-22 20:05:54 +00:00
parent ea8bb2df93
commit ac3b49ff8b

View File

@ -6,11 +6,11 @@
stdenv.mkDerivation rec {
pname = "libdrm";
version = "2.4.118";
version = "2.4.119";
src = fetchurl {
url = "https://dri.freedesktop.org/${pname}/${pname}-${version}.tar.xz";
hash = "sha256-p3e9hfK1/JxX+IbIIFgwBXgxfK/bx30Kdp1+mpVnq4g=";
hash = "sha256-CknxLwm1tuaOqq/z8Cynz/mqkmk5shLTQxYdPorFYpE=";
};
outputs = [ "out" "dev" "bin" ];