summaryrefslogtreecommitdiff
path: root/gnu/packages/xorg.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2021-03-07 12:54:58 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2021-03-07 14:36:35 +0100
commit18d9eb223ed427cc308f02f1012a6f1304232761 (patch)
tree48a434ded29e590a513f4496270cb56b1d94f92e /gnu/packages/xorg.scm
parent6bf49dfa2606071fcd023f5487b7798fa2383a5e (diff)
downloadguix-patches-18d9eb223ed427cc308f02f1012a6f1304232761.tar
guix-patches-18d9eb223ed427cc308f02f1012a6f1304232761.tar.gz
gnu: xf86-video-nouveau: Update to 1.0.17.
* gnu/packages/xorg.scm (xf86-video-nouveau): Update to 1.0.17.
Diffstat (limited to 'gnu/packages/xorg.scm')
-rw-r--r--gnu/packages/xorg.scm11
1 files changed, 4 insertions, 7 deletions
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index 597e0b86b6..2ee617aa55 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -3193,17 +3193,14 @@ supported, and the RENDER extension is not accelerated by this driver.")
(define-public xf86-video-nouveau
(package
(name "xf86-video-nouveau")
- (version "1.0.16")
+ (version "1.0.17")
(source
(origin
(method url-fetch)
- (uri (string-append
- "mirror://xorg/individual/driver/xf86-video-nouveau-"
- version
- ".tar.bz2"))
+ (uri (string-append "mirror://xorg/individual/driver/xf86-video-nouveau-"
+ version ".tar.bz2"))
(sha256
- (base32
- "01mz8gnq7j6bvrqb2ljm3d1wpjhi9p2z2w8zbkdrqmqmcj060h1h"))))
+ (base32 "0sqm1jwjg15sp8v7039y2hsbhph8gpjd2bdzcqqiij2mgbi254s9"))))
(build-system gnu-build-system)
(inputs `(("xorg-server" ,xorg-server)))
(native-inputs `(("pkg-config" ,pkg-config)))