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
This commit is contained in:
Leo Famulari 2025-08-15 15:02:22 -04:00
parent 0e4cb907fb
commit 5180a6dd92
No known key found for this signature in database
GPG key ID: 6AAC1963757F47FF

View file

@ -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)))