diff options
| author | John Kehayias <john.kehayias@protonmail.com> | 2026-02-14 21:27:44 -0500 |
|---|---|---|
| committer | John Kehayias <john.kehayias@protonmail.com> | 2026-02-14 21:27:44 -0500 |
| commit | 3be971913c3d0c0dc8021e2e1cd25f1050acf6be (patch) | |
| tree | 23b2164e3f0b4ae70f0d97af66ba31a59d7f4399 | |
| parent | 48a8706d44040cc7014f36873dbd834c048aadd3 (diff) | |
nongnu: linux: Update to 6.18.
This follows Guix's change to the default kernel.
* nongnu/packages/linux.scm (linux): Use linux-6.18.
| -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 26cadc2..5819563 100644 --- a/nongnu/packages/linux.scm +++ b/nongnu/packages/linux.scm @@ -202,7 +202,7 @@ on hardware which requires nonfree software to function.")))) (define-public linux-5.4 (corrupt-linux linux-libre-5.4)) -(define-public linux linux-6.17) +(define-public linux linux-6.18) ;; linux-lts points to the *newest* released long-term support version. (define-public linux-lts linux-6.12) |
