summaryrefslogtreecommitdiff
path: root/gnu/packages/linux.scm
diff options
context:
space:
mode:
authorLeo Famulari <leo@famulari.name>2025-08-15 15:02:22 -0400
committerLeo Famulari <leo@famulari.name>2025-08-20 19:33:09 -0400
commit5180a6dd921c28d07c4bcebf4a1e7ec17afa1fc8 (patch)
tree038834a5ce94a57f7b80bd6084e8e88b7d8c960b /gnu/packages/linux.scm
parent0e4cb907fb5155889b537346caf45aaa89b3e7a8 (diff)
gnu: linux-libre: Update to 6.15.10.
* gnu/packages/linux.scm (linux-libre-6.15-version): Update to 6.15.10. (linux-libre-6.15-pristine-source, deblob-scripts-6.15): Update hashes. Change-Id: I38cba6bd2a71c452e6db3cd44492164aa84da4e3
Diffstat (limited to 'gnu/packages/linux.scm')
-rw-r--r--gnu/packages/linux.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 23a6964ef9a..d84cbdd16ce 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -514,17 +514,17 @@ 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.9")
+(define-public linux-libre-6.15-version "6.15.10")
(define-public linux-libre-6.15-gnu-revision "gnu")
(define deblob-scripts-6.15
(linux-libre-deblob-scripts
linux-libre-6.15-version
linux-libre-6.15-gnu-revision
(base32 "05fr8s00ljj7v26z3gb1yrfna42i7zy36x6wrg74ai5hwwc7jfnd")
- (base32 "1dgdrdgzjn2lqw2x7slpkka1x1mgvzy56jhvbfvypzfgs3lpiqhi")))
+ (base32 "0301x3n5qbg8xm48pxq1dhrq0vkr61bqdcyaz0mbckrg20kw6m67")))
(define-public linux-libre-6.15-pristine-source
(let ((version linux-libre-6.15-version)
- (hash (base32 "0zcma8ycdwwzd4yci9752acsv85wh27lahclh5x2yc4jakw3lkz9")))
+ (hash (base32 "01pxk3cnil1wbysp4s6ybh5djskxzf9llmk1qy7zfr2l4mwnbkd4")))
(make-linux-libre-source version
(%upstream-linux-source version hash)
deblob-scripts-6.15)))