libdrm: 2.4.133 -> 2.4.134

Changes: https://lists.x.org/archives/xorg-announce/2026-May/003701.html
This commit is contained in:
Sergei Trofimovich
2026-05-29 21:58:09 +01:00
parent 225a837149
commit 1c2d1b1604
+2 -2
View File
@@ -16,11 +16,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "libdrm";
version = "2.4.133";
version = "2.4.134";
src = fetchurl {
url = "https://dri.freedesktop.org/libdrm/libdrm-${finalAttrs.version}.tar.xz";
hash = "sha256-/Gj50LoupjyUMqKZ4U/qCfrXqKZugDn814AspZ93tPU=";
hash = "sha256-rF500VeDDri+5Exqa/OtSXdO8N0qcr2tdKjyAwi1KpU=";
};
outputs = [