diff options
author | John Kehayias <john.kehayias@protonmail.com> | 2024-11-05 13:42:11 -0500 |
---|---|---|
committer | John Kehayias <john.kehayias@protonmail.com> | 2024-11-05 13:42:11 -0500 |
commit | 141db409ef54d02231f518af56cae15fe39a9c49 (patch) | |
tree | fc68d4465ff0ea8025713d8a329569a4ea19c034 /nongnu/packages/linux.scm | |
parent | 9f065c321e7d6b39f8610a8d65528f79a8733459 (diff) |
nongnu: linux: Set to linux-6.11.
Upstream set the default kernel to 6.11 in
<https://git.savannah.gnu.org/cgit/guix.git/commit/?id=00cb8509a46115950173f5a217abea43faa5515c>.
* nongnu/packages/linux.scm (linux): Set to linux-6.11.
Diffstat (limited to 'nongnu/packages/linux.scm')
-rw-r--r-- | nongnu/packages/linux.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nongnu/packages/linux.scm b/nongnu/packages/linux.scm index 8ad10cc..f4c0c5c 100644 --- a/nongnu/packages/linux.scm +++ b/nongnu/packages/linux.scm @@ -158,7 +158,7 @@ on hardware which requires nonfree software to function.")))) (define-public linux-4.19 (corrupt-linux linux-libre-4.19)) -(define-public linux linux-6.10) +(define-public linux linux-6.11) ;; linux-lts points to the *newest* released long-term support version. (define-public linux-lts linux-6.6) |