summaryrefslogtreecommitdiff
path: root/gnu/packages/xorg.scm
diff options
context:
space:
mode:
authorMarius Bakke <mbakke@fastmail.com>2019-04-17 02:29:42 +0200
committerMarius Bakke <mbakke@fastmail.com>2019-04-23 19:39:02 +0200
commit30023aa670dfa3fb7fb1234d119e6a839f6bd914 (patch)
tree01ad710ae9aa901eaa52b63c1832c392a54e09ca /gnu/packages/xorg.scm
parent9694b44e3b8aaac230c2ae8c8ddcf676ba19a1d7 (diff)
downloadpatches-30023aa670dfa3fb7fb1234d119e6a839f6bd914.tar
patches-30023aa670dfa3fb7fb1234d119e6a839f6bd914.tar.gz
gnu: xf86-video-intel: Update to 2.99.917-13.6afed33.
* gnu/packages/xorg.scm (xf86-video-intel): Update to 2.99.917-13.6afed33.
Diffstat (limited to 'gnu/packages/xorg.scm')
-rw-r--r--gnu/packages/xorg.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index fc7c55b084..7cbeede66f 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -2915,8 +2915,8 @@ X server.")
(define-public xf86-video-intel
- (let ((commit "33ee0c3b21ea279e08d0863fcb2e874f0974b00e")
- (revision "12"))
+ (let ((commit "6afed33b2d673d88674f0c76efe500ae414e8e1b")
+ (revision "13"))
(package
(name "xf86-video-intel")
(version (git-version "2.99.917" revision commit))
@@ -2929,7 +2929,7 @@ X server.")
(commit commit)))
(sha256
(base32
- "1ryjaj52nd2fbrjf1id5fr5vndzvv287rggbj3lzhbwzxv52r0gj"))
+ "1s3fqlqzmql7s15m7qy21vai93n6q9f0ccpv0p353rwfx16mmf35"))
(file-name (git-file-name name version))))
(build-system gnu-build-system)
(inputs `(("mesa" ,mesa)