guix-packages/ambrevar/linux-custom: Update linux-nonfree to 5.0.1

master
Pierre Neidhardt 2019-03-21 10:54:53 +01:00
parent 3ab186c3ae
commit 43eb990c53
1 changed files with 6 additions and 4 deletions

View File

@ -3,6 +3,7 @@
#:use-module (guix packages)
#:use-module (guix download)
#:use-module (guix git-download)
#:use-module (guix utils)
#:use-module (guix build-system trivial)
#:use-module ((guix licenses) #:prefix license:)
#:use-module (gnu packages linux)
@ -18,12 +19,13 @@
(method url-fetch)
(uri
(string-append
"https://www.kernel.org/pub/linux/kernel/v4.x/"
"linux-" version ".tar.xz"))
"https://www.kernel.org/pub/linux/kernel/v"
(version-major version)
".x/linux-" version ".tar.xz"))
(sha256
(base32
;; 4.20.5
"057200c6wki2k29sp93gnmsq3pxjq5hs9pd2ncr66yll9abrd3gz"))))
;; 5.0.1
"0gik1ijakfs2z45h78qv044k0s5m8xks3h5idrqssnyvg53j2ril"))))
;; (native-inputs
;; `(("kconfig" ,(local-file "./linux-laptop.conf"))
;; ,@(alist-delete "kconfig" (package-native-inputs linux-libre))))