mirror of
https://gitlab.com/nonguix/nonguix.git
synced 2024-11-22 00:18:07 +01:00
nongnu: linux-lts: Update to 6.1.
6.1 is the newest long-term support version of the kernel. * nongnu/packages/linux.scm (linux-lts): Use linux-6.1 Signed-off-by: Jonathan Brielmaier <jonathan.brielmaier@web.de>
This commit is contained in:
parent
5f144c9917
commit
9456c59cfa
1 changed files with 2 additions and 2 deletions
|
@ -114,7 +114,7 @@ on hardware which requires nonfree software to function."))))
|
|||
|
||||
(define-public linux linux-6.2)
|
||||
;; linux-lts points to the *newest* released long-term support version.
|
||||
(define-public linux-lts linux-5.15)
|
||||
(define-public linux-lts linux-6.1)
|
||||
|
||||
(define-public linux-arm64-generic-6.0
|
||||
(corrupt-linux linux-libre-arm64-generic #:name "linux-arm64-generic"))
|
||||
|
@ -124,7 +124,7 @@ on hardware which requires nonfree software to function."))))
|
|||
|
||||
(define-public linux-arm64-generic linux-arm64-generic-6.0)
|
||||
|
||||
(define-public linux-arm64-generic-lts linux-arm64-generic-5.15)
|
||||
(define-public linux-arm64-generic-lts linux-arm64-generic-6.1)
|
||||
|
||||
(define-public linux-firmware
|
||||
(package
|
||||
|
|
Loading…
Reference in a new issue