mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: xf86-video-intel: Update to 2.99.917-1-d167280.
* gnu/packages/xorg.scm (xf86-video-intel): Update to 2.99.917-1-d167280.
This commit is contained in:
parent
79fd74facd
commit
bf6996c9cf
1 changed files with 3 additions and 3 deletions
|
@ -2811,10 +2811,10 @@ (define-public xf86-video-i128
|
|||
|
||||
|
||||
(define-public xf86-video-intel
|
||||
(let ((commit "e41040f"))
|
||||
(let ((commit "d167280"))
|
||||
(package
|
||||
(name "xf86-video-intel")
|
||||
(version (string-append "2.99.917." commit))
|
||||
(version (string-append "2.99.917-1-" commit))
|
||||
(source
|
||||
(origin
|
||||
;; there's no current tarball
|
||||
|
@ -2824,7 +2824,7 @@ (define-public xf86-video-intel
|
|||
(commit commit)))
|
||||
(sha256
|
||||
(base32
|
||||
"1gfh0ghkaqv4nfjdgbi6digqkz13hcnl56nl4vy0dj5lcrmrdxxs"))
|
||||
"16hfcj11lbn6lp0hgrixidbfb7mghm1yn4lynmymm985w1gg0n72"))
|
||||
(file-name (string-append name "-" version))))
|
||||
(build-system gnu-build-system)
|
||||
(inputs `(("mesa" ,mesa)
|
||||
|
|
Loading…
Reference in a new issue