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

* gnu/packages/xorg.scm (xf86-video-amdgpu): Update to 22.0.0.
This commit is contained in:
Efraim Flashner 2022-06-10 10:48:14 +03:00
parent 6b71d6e808
commit e3734fa9b8
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

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