diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-03-20 19:58:08 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-03-20 20:42:40 +0100 |
commit | bcc27a6533066e1ee981a2c9b26635c3a5e8a5c6 (patch) | |
tree | c5cd9de66baee8e76c5a6a1c3e404f399eb8e845 | |
parent | cbea33132a2d0d4c7a27e4dc760aba486d9e0ee6 (diff) |
gnu: xf86-video-ati: Update to 19.0.1.
* gnu/packages/xorg.scm (xf86-video-ati): Update to 19.0.1.
-rw-r--r-- | gnu/packages/xorg.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm index a5cf56d3e6..c4e08d27f9 100644 --- a/gnu/packages/xorg.scm +++ b/gnu/packages/xorg.scm @@ -2685,14 +2685,14 @@ X server.") (define-public xf86-video-ati (package (name "xf86-video-ati") - (version "19.0.0") + (version "19.0.1") (source (origin (method url-fetch) (uri (string-append "mirror://xorg/individual/driver/" "xf86-video-ati-" version ".tar.bz2")) (sha256 - (base32 "0mzl7yp3qkvankh22758sgpaw9mg6jxsfbg6wy0nxfw4i0qpv46x")))) + (base32 "1c31g5q5p3nk9nscwikh1vvfnhdwsxiw7j8v678nlm34hrfh3djw")))) (build-system gnu-build-system) (inputs `(("mesa" ,mesa) ("xorgproto" ,xorgproto) |