Skip to content
Snippets Groups Projects
Unverified Commit 17fb6fb1 authored by Marius Bakke's avatar Marius Bakke
Browse files

gnu: xf86-video-intel: Update to 2.99.917-4-7e9e92c.

* gnu/packages/xorg.scm (xf86-video-intel): Update to 2.99.917-4-7e9e92c.
parent ca453df7
No related branches found
No related tags found
No related merge requests found
......@@ -2806,10 +2806,10 @@ (define-public xf86-video-i128
(define-public xf86-video-intel
(let ((commit "e4fe79cf0d9a05ee3f3a027148ef0aeb2b1b34e1"))
(let ((commit "7e9e92c86b0fc4c848d164fe571798add5e1e36e"))
(package
(name "xf86-video-intel")
(version (string-append "2.99.917-3-" (string-take commit 7)))
(version (string-append "2.99.917-4-" (string-take commit 7)))
(source
(origin
;; there's no current tarball
......@@ -2819,7 +2819,7 @@ (define-public xf86-video-intel
(commit commit)))
(sha256
(base32
"0hf3fxv5jchyh820h449c1ld9x19gc8081w1yk98mab6zr89zswp"))
"0igfw8vpz1q0a2526j81fl65z6avfh6lzzrijcs72gwihqqhb1sv"))
(file-name (string-append name "-" version))))
(build-system gnu-build-system)
(inputs `(("mesa" ,mesa)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment