diff options
author | Andy Wingo <wingo@igalia.com> | 2017-09-19 21:19:28 +0200 |
---|---|---|
committer | Andy Wingo <wingo@igalia.com> | 2017-09-20 15:40:31 +0200 |
commit | 60871ffdb8cd6174fd1816edfce873ba27722224 (patch) | |
tree | 3b3fcbdb1a7e4dc33075cd3f3e92567bb67cc4cb | |
parent | 3511c78020fcf4a993b14bb2231f5a07e75701c0 (diff) | |
download | guix-60871ffdb8cd6174fd1816edfce873ba27722224.tar guix-60871ffdb8cd6174fd1816edfce873ba27722224.tar.gz |
gnu: xf86-video-intel: Update to latest Git.
* gnu/packages/xorg.scm (xf86-video-intel): Update to latest Git.
Signed-off-by: Andy Wingo <wingo@igalia.com>
-rw-r--r-- | gnu/packages/xorg.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm index 77d68f38a2..b3a115404c 100644 --- a/gnu/packages/xorg.scm +++ b/gnu/packages/xorg.scm @@ -2885,8 +2885,8 @@ X server.") (define-public xf86-video-intel - (let ((commit "2100efa105e8c9615eda867d39471d78e500b1bb") - (revision "7")) + (let ((commit "c89905754b929f0421db7ea6d60b8942ccdbd8af") + (revision "8")) (package (name "xf86-video-intel") (version (string-append "2.99.917-" revision "-" @@ -2900,7 +2900,7 @@ X server.") (commit commit))) (sha256 (base32 - "15fg844msmixsvlxcd5wm2awmns652sxcxj2wmp6819lr32lc4ir")) + "1xiyxhlq88vvgjavhxdkk933b5q7vm4jn6db144a6sqzifwaj672")) (file-name (string-append name "-" version)))) (build-system gnu-build-system) (inputs `(("mesa" ,mesa) |