gnu: linux-libre: Update to 4.0

* gnu/packages/linux.scm (linux-libre): Update to version 4.0.
This commit is contained in:
Jason Self 2015-04-13 05:57:50 -07:00
parent 4c9050c63d
commit 2784a65af6
3 changed files with 312 additions and 96 deletions

View file

@ -198,7 +198,7 @@ for SYSTEM, or #f if there is no configuration for SYSTEM."
#f)))
(define-public linux-libre
(let* ((version "3.19.3")
(let* ((version "4.0")
(build-phase
'(lambda* (#:key system inputs #:allow-other-keys #:rest args)
;; Apply the neat patch.
@ -271,7 +271,7 @@ for SYSTEM, or #f if there is no configuration for SYSTEM."
(uri (linux-libre-urls version))
(sha256
(base32
"13nq0wzkjy7hrhnnvxlwzs1awlqd81vzriqddjn6s9ma3fzj44bn"))
"12nkzn1n4si2zcp10b645qri83m2y7iwp29vs2rjmy612azdab8f"))
(patches
(list (search-patch "linux-libre-libreboot-fix.patch")
(search-patch "linux-libre-vblank-fix.patch")))))