libdrm: 2.4.119 -> 2.4.120

Changes: https://lists.x.org/archives/xorg-announce/2024-January/003441.html
This commit is contained in:
Sergei Trofimovich 2024-01-15 21:53:21 +00:00
parent 0b8ab48478
commit 74385d58d5

View File

@ -6,11 +6,11 @@
stdenv.mkDerivation rec {
pname = "libdrm";
version = "2.4.119";
version = "2.4.120";
src = fetchurl {
url = "https://dri.freedesktop.org/${pname}/${pname}-${version}.tar.xz";
hash = "sha256-CknxLwm1tuaOqq/z8Cynz/mqkmk5shLTQxYdPorFYpE=";
hash = "sha256-O/VTY/dsclCUZEGrUdOmzArlGAVcD/AXMkq3bN77Mno=";
};
outputs = [ "out" "dev" "bin" ];