diff options
| author | Chloe Brown <chloe.brown.00@outlook.com> | 2022-05-29 14:37:02 +0100 |
|---|---|---|
| committer | Chloe Brown <chloe.brown.00@outlook.com> | 2022-05-29 14:37:02 +0100 |
| commit | 5d4274c550e8da934350137b4a6d0ac0538d326f (patch) | |
| tree | 8131f5b1e4622ffd3b5bb7df8e9ebe307ab08ebd | |
| parent | 0bbdd983b52cfc1341fb79467755f337e5664b3d (diff) | |
Bump Linux version to 5.18.
| -rw-r--r-- | yellowsquid/packages/linux.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/yellowsquid/packages/linux.scm b/yellowsquid/packages/linux.scm index de02305..d66d0a9 100644 --- a/yellowsquid/packages/linux.scm +++ b/yellowsquid/packages/linux.scm @@ -2,7 +2,7 @@ #:use-module (guix packages) #:use-module (nongnu packages linux)) -(define %latest-version "5.17.9") +(define %latest-version "5.18") (define-public linux-latest (package @@ -11,4 +11,4 @@ (version %latest-version) (source ((@@ (gnu packages linux) %upstream-linux-source) %latest-version - (base32 "0y2rmn86z3cvgv71b6sjjyafnlbanlib1kjpjjqzjbgg86y2890p"))))) + (base32 "1vjwhl4s8qxfg1aabn8xnpjza3qzrjcp5450h9qpjvl999lg3wsi"))))) |
