mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
0e4cb907fb
commit
5180a6dd92
1 changed files with 3 additions and 3 deletions
|
@ -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
|
;; 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.9")
|
(define-public linux-libre-6.15-version "6.15.10")
|
||||||
(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
|
||||||
linux-libre-6.15-version
|
linux-libre-6.15-version
|
||||||
linux-libre-6.15-gnu-revision
|
linux-libre-6.15-gnu-revision
|
||||||
(base32 "05fr8s00ljj7v26z3gb1yrfna42i7zy36x6wrg74ai5hwwc7jfnd")
|
(base32 "05fr8s00ljj7v26z3gb1yrfna42i7zy36x6wrg74ai5hwwc7jfnd")
|
||||||
(base32 "1dgdrdgzjn2lqw2x7slpkka1x1mgvzy56jhvbfvypzfgs3lpiqhi")))
|
(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 "0zcma8ycdwwzd4yci9752acsv85wh27lahclh5x2yc4jakw3lkz9")))
|
(hash (base32 "01pxk3cnil1wbysp4s6ybh5djskxzf9llmk1qy7zfr2l4mwnbkd4")))
|
||||||
(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