gnu: linux-libre-4.1: Update to 4.1.22.

* gnu/packages/linux.scm (linux-libre-4.1): Update to 4.1.22.
This commit is contained in:
Mark H Weaver 2016-04-22 21:33:59 -04:00
parent 01963db007
commit c1ed117941
1 changed files with 2 additions and 2 deletions

View File

@ -354,13 +354,13 @@ It has been modified to remove all non-free binary blobs.")
(define-public linux-libre-4.1
(package
(inherit linux-libre)
(version "4.1.21")
(version "4.1.22")
(source (origin
(method url-fetch)
(uri (linux-libre-urls version))
(sha256
(base32
"1gfzwiinpxzhqb5xi7b1iv7ay96nrjlhia6bvcyq8ffkx7a2r715"))))
"0bn6qba7q4i3yn3zx2p56gawnb2gczrf4vyrjggirj4d60gvng7y"))))
(native-inputs
(let ((conf (kernel-config (or (%current-target-system)
(%current-system))