.guix-packages/ambrevar/linux-custom: Update to 4.19.7

master
Pierre Neidhardt 2018-12-09 16:29:00 +01:00
parent 497e44386f
commit 79a917bc84
1 changed files with 3 additions and 3 deletions

View File

@ -12,7 +12,7 @@
(package
(inherit linux-libre)
(name "linux-nonfree")
(version (package-version linux-libre-4.14))
(version (package-version linux-libre))
(source
(origin
(method url-fetch)
@ -22,8 +22,8 @@
"linux-" version ".tar.xz"))
(sha256
(base32
;; 4.14.78
"0v2cwykgd2hxlqja4yl4pq45nhd5x8917ixqq7hj1r3ry304vnpl"))))
;; 4.19.7
"1lm2s9yhzyqra1f16jrjwd66m3jl43n5k7av2r9hns8hdr1smmw4"))))
;; (native-inputs
;; `(("kconfig" ,(local-file "./linux-laptop.conf"))
;; ,@(alist-delete "kconfig" (package-native-inputs linux-libre))))