gnu: xf86-video-amdgpu: Update to 19.0.0.
* gnu/packages/xorg.scm (xf86-video-amdgpu): Update to 19.0.0. [source]: Re-indent.
This commit is contained in:
parent
c170080689
commit
77ad8ec4fc
|
@ -2624,17 +2624,14 @@ as USB mice.")
|
||||||
(define-public xf86-video-amdgpu
|
(define-public xf86-video-amdgpu
|
||||||
(package
|
(package
|
||||||
(name "xf86-video-amdgpu")
|
(name "xf86-video-amdgpu")
|
||||||
(version "18.1.0")
|
(version "19.0.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append "mirror://xorg/individual/driver/"
|
||||||
"mirror://xorg/individual/driver/xf86-video-amdgpu-"
|
"xf86-video-amdgpu-" version ".tar.bz2"))
|
||||||
version
|
|
||||||
".tar.bz2"))
|
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "0lag9jxd752ja7m7ngz3dmqffb5wbx4crdwjw74qx42m8xyi8dl8"))))
|
||||||
"0wlnb929l3yqj4hdkzyxyhbaph13ac4villajgmbh66pa6xja7z1"))))
|
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs `(("xorg-server" ,xorg-server)))
|
(inputs `(("xorg-server" ,xorg-server)))
|
||||||
(native-inputs `(("pkg-config" ,pkg-config)))
|
(native-inputs `(("pkg-config" ,pkg-config)))
|
||||||
|
|
Loading…
Reference in New Issue