gnu: xf86-video-amdgpu: Update to 19.0.1.
* gnu/packages/xorg.scm (xf86-video-amdgpu): Update to 19.0.1.
This commit is contained in:
parent
c21242d920
commit
cbea33132a
@ -2618,14 +2618,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 "19.0.0")
|
(version "19.0.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://xorg/individual/driver/"
|
(uri (string-append "mirror://xorg/individual/driver/"
|
||||||
"xf86-video-amdgpu-" version ".tar.bz2"))
|
"xf86-video-amdgpu-" version ".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0lag9jxd752ja7m7ngz3dmqffb5wbx4crdwjw74qx42m8xyi8dl8"))))
|
(base32 "1mf6s7i423b2xyl469kwnakrpp5fr41sm8hh7vli5jxdd8crg8da"))))
|
||||||
(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
Block a user