libdrm: 2.4.124 -> 2.4.125

Changes: https://lists.x.org/archives/xorg-announce/2025-June/003606.html
This commit is contained in:
Sergei Trofimovich
2025-06-09 06:37:43 +01:00
parent 047f31d25b
commit b5825dab3e

View File

@@ -16,11 +16,11 @@
stdenv.mkDerivation rec {
pname = "libdrm";
version = "2.4.124";
version = "2.4.125";
src = fetchurl {
url = "https://dri.freedesktop.org/${pname}/${pname}-${version}.tar.xz";
hash = "sha256-rDYpP2HKSq+vSxaip6//MSqk9cN8n715fenjwIY8o3k=";
hash = "sha256-1LrpJ5elD4GpNSR2LgQQpJzYTPoPmXeVvAFyrI+x2Wo=";
};
outputs = [