libdrm: 2.4.122 -> 2.4.123

Changes: https://lists.x.org/archives/xorg-announce/2024-August/003528.html
This commit is contained in:
Sergei Trofimovich
2024-08-27 08:33:52 +01:00
parent 92234fadbc
commit 123aa0e817
@@ -7,11 +7,11 @@
stdenv.mkDerivation rec {
pname = "libdrm";
version = "2.4.122";
version = "2.4.123";
src = fetchurl {
url = "https://dri.freedesktop.org/${pname}/${pname}-${version}.tar.xz";
hash = "sha256-2fUHm3d9/8qTAMzFaxCpNYjN+8nd4vrhEZQN+2KS8lE=";
hash = "sha256-ormFZ6FJp0sPUOkegl+cAxXYbnvpt0OU2uiymMqtt54=";
};
outputs = [ "out" "dev" "bin" ];