mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 12:39:36 -05:00
gnu: xf86-video-amdgpu: Update to 21.0.0.
* gnu/packages/xorg.scm (xf86-video-amdgpu): Update to 21.0.0.
This commit is contained in:
parent
25de37e178
commit
4785f8cf11
1 changed files with 2 additions and 2 deletions
|
@ -2718,14 +2718,14 @@ (define-public xf86-input-void
|
|||
(define-public xf86-video-amdgpu
|
||||
(package
|
||||
(name "xf86-video-amdgpu")
|
||||
(version "19.1.0")
|
||||
(version "21.0.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://xorg/individual/driver/"
|
||||
"xf86-video-amdgpu-" version ".tar.bz2"))
|
||||
(sha256
|
||||
(base32 "0pgy4ihnja0vm8504qw7qxh3pdpa3p9k6967nz15m6b1mvha83jg"))))
|
||||
(base32 "125dq85n46yqmnmr2hknxwcqicwlvz2b2phf0m963fpg9l1j6y30"))))
|
||||
(build-system gnu-build-system)
|
||||
(inputs `(("xorg-server" ,xorg-server)))
|
||||
(native-inputs `(("pkg-config" ,pkg-config)))
|
||||
|
|
Loading…
Reference in a new issue