summaryrefslogtreecommitdiff
path: root/gnu/packages/linux.scm
diff options
context:
space:
mode:
authorVagrant Cascadian <vagrant@debian.org>2025-08-06 12:16:08 -0700
committerVagrant Cascadian <vagrant@debian.org>2025-08-07 10:05:30 -0700
commit02011576b7be0deeed0235899124146340a6fa18 (patch)
tree92b230236f1cf5469d322b5649f5d7585102b86f /gnu/packages/linux.scm
parent7d81ee17b993eadbb5819405ae97f542b6f8693c (diff)
gnu: linux-libre 6.15: Update to 6.15.9.
* gnu/packages/linux.scm (linux-libre-6.15-version): Update to 6.15.9.
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 105240aa98f..ae93001faa0 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -514,7 +514,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.15-version "6.15.8")
+(define-public linux-libre-6.15-version "6.15.9")
(define-public linux-libre-6.15-gnu-revision "gnu")
(define deblob-scripts-6.15
(linux-libre-deblob-scripts
@@ -524,7 +524,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS."
(base32 "1dgdrdgzjn2lqw2x7slpkka1x1mgvzy56jhvbfvypzfgs3lpiqhi")))
(define-public linux-libre-6.15-pristine-source
(let ((version linux-libre-6.15-version)
- (hash (base32 "19i87zpq3zhpg09sdirnzys2s2yrv9xn8mpibl1a6qmr2sy94znk")))
+ (hash (base32 "0zcma8ycdwwzd4yci9752acsv85wh27lahclh5x2yc4jakw3lkz9")))
(make-linux-libre-source version
(%upstream-linux-source version hash)
deblob-scripts-6.15)))