gnu: xf86-video-intel: Update to 2.99.917-5-b57abe2.

* gnu/packages/xorg.scm (xf86-video-intel): Update to 2.99.917-5-b57abe2.
This commit is contained in:
Marius Bakke 2017-04-14 01:53:43 +02:00
parent 4ec1f82c63
commit f46eb986c2
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -2812,10 +2812,10 @@ (define-public xf86-video-i128
(define-public xf86-video-intel
(let ((commit "7e9e92c86b0fc4c848d164fe571798add5e1e36e"))
(let ((commit "b57abe20e81f4b8e4dd203b6a9eda7ff441bc8ce"))
(package
(name "xf86-video-intel")
(version (string-append "2.99.917-4-" (string-take commit 7)))
(version (string-append "2.99.917-5-" (string-take commit 7)))
(source
(origin
;; there's no current tarball
@ -2825,7 +2825,7 @@ (define-public xf86-video-intel
(commit commit)))
(sha256
(base32
"0igfw8vpz1q0a2526j81fl65z6avfh6lzzrijcs72gwihqqhb1sv"))
"1l08jdrqrpaj2168hlz0hwlx27bm7n7lnv82jjyvy884v47gn2ay"))
(file-name (string-append name "-" version))))
(build-system gnu-build-system)
(inputs `(("mesa" ,mesa)