summaryrefslogtreecommitdiff
path: root/gnu/packages/linux.scm
diff options
context:
space:
mode:
authorWilko Meyer <w@wmeyer.eu>2026-02-06 19:06:29 +0100
committerVagrant Cascadian <vagrant@debian.org>2026-02-14 15:40:51 -0800
commit3f9a25821d0c1571f1b10c776487324d4fcc4db6 (patch)
treee2d7bc41da39395b25858693eb3483016753eecb /gnu/packages/linux.scm
parent57448e34cbcd92e3c2402e2c7ef96564075b129b (diff)
gnu: linux-libre 6.18: Update to 6.18.9.
* gnu/packages/linux.scm (linux-libre-6.18-version): Update to 6.18.9. (linux-libre-6.18-pristine-source): Update hash. Change-Id: Id1744477a34d1a3b45a98bd4428d1fbc9a66879a Signed-off-by: Vagrant Cascadian <vagrant@debian.org>
Diffstat (limited to 'gnu/packages/linux.scm')
-rw-r--r--gnu/packages/linux.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index c07ff4b5eba..4093836cdf7 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -530,7 +530,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS."
;; The current "stable" kernels. That is, the most recently released major
;; versions that are still supported upstream.
-(define-public linux-libre-6.18-version "6.18.7")
+(define-public linux-libre-6.18-version "6.18.9")
(define-public linux-libre-6.18-gnu-revision "gnu")
(define deblob-scripts-6.18
(linux-libre-deblob-scripts
@@ -540,7 +540,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS."
(base32 "1xdz33lshw1xs6a5qiwhvxzdh2a0acll1zdyk2mnn9d4579a4gn1")))
(define-public linux-libre-6.18-pristine-source
(let ((version linux-libre-6.18-version)
- (hash (base32 "07lgbc0w7fd9akxmazhkpjgxhd3ffwh7in2nkchhdbprbk8s89mp")))
+ (hash (base32 "0y05jg6126h946pac5mkl5myh573qgml1p29hinm7jxlizzia083")))
(make-linux-libre-source version
(%upstream-linux-source version hash)
deblob-scripts-6.18)))