mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
aad612c143
commit
c45a2c4b01
1 changed files with 2 additions and 2 deletions
|
@ -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
|
;; The current "stable" kernels. That is, the most recently released major
|
||||||
;; versions that are still supported upstream.
|
;; 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-public linux-libre-6.15-gnu-revision "gnu")
|
||||||
(define deblob-scripts-6.15
|
(define deblob-scripts-6.15
|
||||||
(linux-libre-deblob-scripts
|
(linux-libre-deblob-scripts
|
||||||
|
@ -524,7 +524,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS."
|
||||||
(base32 "0301x3n5qbg8xm48pxq1dhrq0vkr61bqdcyaz0mbckrg20kw6m67")))
|
(base32 "0301x3n5qbg8xm48pxq1dhrq0vkr61bqdcyaz0mbckrg20kw6m67")))
|
||||||
(define-public linux-libre-6.15-pristine-source
|
(define-public linux-libre-6.15-pristine-source
|
||||||
(let ((version linux-libre-6.15-version)
|
(let ((version linux-libre-6.15-version)
|
||||||
(hash (base32 "01pxk3cnil1wbysp4s6ybh5djskxzf9llmk1qy7zfr2l4mwnbkd4")))
|
(hash (base32 "14sxwrvw9p4ybizb8ky1rgahc62q0aw5qkmzqp3cpnavqfgldaw9")))
|
||||||
(make-linux-libre-source version
|
(make-linux-libre-source version
|
||||||
(%upstream-linux-source version hash)
|
(%upstream-linux-source version hash)
|
||||||
deblob-scripts-6.15)))
|
deblob-scripts-6.15)))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue