Merge pull request #269129 from trofi/libdrm-update

libdrm: 2.4.117 -> 2.4.118
This commit is contained in:
Mario Rodas 2023-11-25 16:38:43 -05:00 committed by GitHub
commit 5c963b1e7e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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