summary refs log tree commit diff
path: root/gnu/packages/xorg.scm
diff options
context:
space:
mode:
authorMarius Bakke <mbakke@fastmail.com>2019-02-17 16:01:34 +0100
committerMarius Bakke <mbakke@fastmail.com>2019-02-17 18:44:20 +0100
commit3752d53d40f819cc81d985d6fc9dc647febb39f7 (patch)
tree0db94a2e7951bf5431b47b475a784ba0ad67189c /gnu/packages/xorg.scm
parent33d7c5b0ead1be303be55749171890baac17bc7c (diff)
downloadguix-3752d53d40f819cc81d985d6fc9dc647febb39f7.tar.gz
gnu: xf86-video-nouveau: Update to 1.0.16.
* gnu/packages/xorg.scm (xf86-video-nouveau): Update to 1.0.16.
Diffstat (limited to 'gnu/packages/xorg.scm')
-rw-r--r--gnu/packages/xorg.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index b0e5bcf224..c24df32fe0 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -3119,7 +3119,7 @@ supported, and the RENDER extension is not accelerated by this driver.")
 (define-public xf86-video-nouveau
   (package
     (name "xf86-video-nouveau")
-    (version "1.0.15")
+    (version "1.0.16")
     (source
      (origin
        (method url-fetch)
@@ -3129,7 +3129,7 @@ supported, and the RENDER extension is not accelerated by this driver.")
              ".tar.bz2"))
        (sha256
         (base32
-         "0k0xah72ryjwak4dc4crszxrlkmi9x1s7p3sd4la642n77yi1pmf"))))
+         "01mz8gnq7j6bvrqb2ljm3d1wpjhi9p2z2w8zbkdrqmqmcj060h1h"))))
     (build-system gnu-build-system)
     (inputs `(("xorg-server" ,xorg-server)))
     (native-inputs `(("pkg-config" ,pkg-config)))