diff options
author | Marius Bakke <mbakke@fastmail.com> | 2017-02-09 22:02:35 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2017-02-09 22:02:35 +0100 |
commit | c09fbf20584c64e2c0c7061c4ff571a624354d8b (patch) | |
tree | ebe89bdfcf66165ad9904be4fe6cd98a46da0826 /gnu | |
parent | 890795c7094eeb00781bb0cbe2ca3823e6bd30c8 (diff) | |
download | patches-c09fbf20584c64e2c0c7061c4ff571a624354d8b.tar patches-c09fbf20584c64e2c0c7061c4ff571a624354d8b.tar.gz |
gnu: xf86-video-intel: Update to 2.99.917-3-e4fe79c.
* gnu/packages/xorg.scm (xf86-video-intel): Update to 2.99.917-3-e4fe79c.
Diffstat (limited to 'gnu')
-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 ecfdbcb8b0..2d6e98b43e 100644 --- a/gnu/packages/xorg.scm +++ b/gnu/packages/xorg.scm @@ -2805,10 +2805,10 @@ X server.") (define-public xf86-video-intel - (let ((commit "9fe04af4bce3057e3e94a6bf36a3d8d2e48d592c")) + (let ((commit "e4fe79cf0d9a05ee3f3a027148ef0aeb2b1b34e1")) (package (name "xf86-video-intel") - (version (string-append "2.99.917-2-" (string-take commit 7))) + (version (string-append "2.99.917-3-" (string-take commit 7))) (source (origin ;; there's no current tarball @@ -2818,7 +2818,7 @@ X server.") (commit commit))) (sha256 (base32 - "06nnm9kjvmwxazp2ki0i5x1xv03bysfgpw30nd2jlf71qllybxml")) + "0hf3fxv5jchyh820h449c1ld9x19gc8081w1yk98mab6zr89zswp")) (file-name (string-append name "-" version)))) (build-system gnu-build-system) (inputs `(("mesa" ,mesa) |