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