diff options
author | Chloe Brown <chloe.brown.00@outlook.com> | 2022-07-16 13:20:15 +0100 |
---|---|---|
committer | Chloe Brown <chloe.brown.00@outlook.com> | 2022-07-16 13:20:15 +0100 |
commit | 1a939397883c17e49ff36c5de3135ea14d04d141 (patch) | |
tree | 75a1bb838eb72a664724d9e7b02e760fbeba6d00 | |
parent | 51c41d2c537b98c36fb2f575c90882f8b797d239 (diff) |
linux-latest: upgrade to 5.18.12.
-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 6dcf7f0..6cb8547 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.18.11") +(define %latest-version "5.18.12") (define-public linux-latest (package @@ -11,4 +11,4 @@ (version %latest-version) (source ((@@ (gnu packages linux) %upstream-linux-source) %latest-version - (base32 "1bqm32nqas1dvcx5b0qh3cshh3gcmpl8wbkn4adhgxw2lxa8w3g2"))))) + (base32 "09wmgfrnv1df6jg9v3svwhvnxl0j6h4f240p903xlmgj884lvds0"))))) |