gnu: linux-libre: Update to 6.15.11.

* gnu/packages/linux.scm (linux-libre-6.15-version): Update to 6.15.11.
(linux-libre-6.15-pristine-source): Update hash.

Change-Id: I61a2cdd2fbe74a6fa0be24bfd14d81bb1bc0fb6b
This commit is contained in:
Leo Famulari 2025-08-27 00:31:06 -04:00
parent aad612c143
commit c45a2c4b01
No known key found for this signature in database
GPG key ID: 6AAC1963757F47FF

View file

@ -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.10")
(define-public linux-libre-6.15-version "6.15.11")
(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 "0301x3n5qbg8xm48pxq1dhrq0vkr61bqdcyaz0mbckrg20kw6m67")))
(define-public linux-libre-6.15-pristine-source
(let ((version linux-libre-6.15-version)
(hash (base32 "01pxk3cnil1wbysp4s6ybh5djskxzf9llmk1qy7zfr2l4mwnbkd4")))
(hash (base32 "14sxwrvw9p4ybizb8ky1rgahc62q0aw5qkmzqp3cpnavqfgldaw9")))
(make-linux-libre-source version
(%upstream-linux-source version hash)
deblob-scripts-6.15)))