mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-18 21:46:35 +01:00
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:
parent
3c4c263ff7
commit
4457e261a8
1 changed files with 2 additions and 2 deletions
|
@ -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))
|
||||
|
|
Loading…
Reference in a new issue