diff options
author | Chloe Brown <chloe.brown.00@outlook.com> | 2022-06-30 21:18:53 +0100 |
---|---|---|
committer | Chloe Brown <chloe.brown.00@outlook.com> | 2022-06-30 21:18:53 +0100 |
commit | 3989f6ce6c347720748a7a351b4224332843ae5f (patch) | |
tree | 420791d6291a819893f5a35023a55c3198dc031d | |
parent | a33967d768dcba525dd50fae72da8db785ea758c (diff) |
Bump Linux version.
-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 1e556cf..d0aee40 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.7") +(define %latest-version "5.18.8") (define-public linux-latest (package @@ -11,4 +11,4 @@ (version %latest-version) (source ((@@ (gnu packages linux) %upstream-linux-source) %latest-version - (base32 "0nsj44p1wn7ysckhv4a99ncj0a9xxhvi54v63w1047sspxjd18m1"))))) + (base32 "0dhaj1zcsr5sfg62byzvvkhm9j419px6v9v04ngcy0d0vc2yn8q8"))))) |