diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2016-12-13 04:45:18 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2016-12-13 04:59:22 +0100 |
commit | 7843f276d1c9c2b0c6b6a2c91ddd12500320945e (patch) | |
tree | 2a1343f8af62a59e6fce0c15ad86b4d179ae4e6e /gnu/packages/xorg.scm | |
parent | 80a612dccfa0d008fab4f640ba84f9cf3d7ce94f (diff) | |
download | patches-7843f276d1c9c2b0c6b6a2c91ddd12500320945e.tar patches-7843f276d1c9c2b0c6b6a2c91ddd12500320945e.tar.gz |
gnu: xf86-video-nouveau: Update to 1.0.13.
* gnu/packages/xorg.scm (xf86-video-nouveau): Update to 1.0.13.
Diffstat (limited to 'gnu/packages/xorg.scm')
-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 969c615b13..166040e6c8 100644 --- a/gnu/packages/xorg.scm +++ b/gnu/packages/xorg.scm @@ -3089,7 +3089,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.12") + (version "1.0.13") (source (origin (method url-fetch) @@ -3099,7 +3099,7 @@ supported, and the RENDER extension is not accelerated by this driver.") ".tar.bz2")) (sha256 (base32 - "07irv1zkk0rkyn1d7f2gn1icgcz2ix0pwv74sjian763gynmg80f")))) + "1js7vak68g2800f1cy5r41wl5x2j7dbmbd7zxypzfgcw2fx454kd")))) (build-system gnu-build-system) (inputs `(("xorg-server" ,xorg-server))) (native-inputs `(("pkg-config" ,pkg-config))) |