gnu: xf86-video-amdgpu: Update to 23.0.0.

* gnu/packages/xorg.scm (xf86-video-amdgpu): Update to 23.0.0.

Change-Id: Id2cd962ce40494d7a920d0aec51fe9693279eb5b
This commit is contained in:
宋文武 2024-12-28 19:01:06 +08:00
parent 3c4c263ff7
commit 4457e261a8
No known key found for this signature in database
GPG key ID: D415BF253B515976

View file

@ -2715,14 +2715,14 @@ (define-public xf86-input-void
(define-public xf86-video-amdgpu
(package
(name "xf86-video-amdgpu")
(version "22.0.0")
(version "23.0.0")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://xorg/individual/driver/"
"xf86-video-amdgpu-" version ".tar.xz"))
(sha256
(base32 "0rl2fxhhgcjywn2z8h9gmvm58zjy93lx391ax76krp0m55hgn8wx"))))
(base32 "0qf0kjh6pww5abxmqa4c9sfa2qq1hq4p8qcgqpfd1kpkcvmg012g"))))
(build-system gnu-build-system)
(inputs (list xorg-server))
(native-inputs (list pkg-config))