mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: linux-libre 5.15: Update to 5.15.77.
* gnu/packages/linux.scm (linux-libre-5.15-version): Update to 5.15.77. (linux-libre-5.15-pristine-source): Update hash.
This commit is contained in:
parent
fe69a2b77d
commit
ba37fef356
1 changed files with 2 additions and 2 deletions
|
@ -389,7 +389,7 @@ (define-public linux-libre-5.19-pristine-source
|
|||
;; The "longterm" kernels — the older releases with long-term upstream support.
|
||||
;; Here are the support timelines:
|
||||
;; <https://www.kernel.org/category/releases.html>
|
||||
(define-public linux-libre-5.15-version "5.15.76")
|
||||
(define-public linux-libre-5.15-version "5.15.77")
|
||||
(define-public linux-libre-5.15-gnu-revision "gnu")
|
||||
(define deblob-scripts-5.15
|
||||
(linux-libre-deblob-scripts
|
||||
|
@ -399,7 +399,7 @@ (define deblob-scripts-5.15
|
|||
(base32 "048r4synfax2ajyzlmp672b68yshxwlfccdah2vz1kh88rqfmgsc")))
|
||||
(define-public linux-libre-5.15-pristine-source
|
||||
(let ((version linux-libre-5.15-version)
|
||||
(hash (base32 "0zymcp88654qk896djvc2ngdksvhkzh1ndhfk1dn5qqrqhha01wh")))
|
||||
(hash (base32 "1yg9myqcv4kn2p7c9ap0z6xxh2qjsab2nbxf5z388skr6cgq8bql")))
|
||||
(make-linux-libre-source version
|
||||
(%upstream-linux-source version hash)
|
||||
deblob-scripts-5.15)))
|
||||
|
|
Loading…
Reference in a new issue