mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-08 12:20:41 -05:00
gnu: linux-libre: Update to 5.18.8.
* gnu/packages/linux.scm (linux-libre-5.18-version): Update to 5.18.8. (linux-libre-5.18-pristine-source): Update hash.
This commit is contained in:
parent
f8273f8225
commit
a90158a9e4
1 changed files with 2 additions and 2 deletions
|
@ -352,7 +352,7 @@ (define (%upstream-linux-source version hash)
|
||||||
;; 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-5.18-version "5.18.7")
|
(define-public linux-libre-5.18-version "5.18.8")
|
||||||
(define-public linux-libre-5.18-gnu-revision "gnu")
|
(define-public linux-libre-5.18-gnu-revision "gnu")
|
||||||
(define deblob-scripts-5.18
|
(define deblob-scripts-5.18
|
||||||
(linux-libre-deblob-scripts
|
(linux-libre-deblob-scripts
|
||||||
|
@ -362,7 +362,7 @@ (define deblob-scripts-5.18
|
||||||
(base32 "0vjpn8iw9yg39sr6jfhzyvivf159h9zfgnjamwa283zfll0h0a53")))
|
(base32 "0vjpn8iw9yg39sr6jfhzyvivf159h9zfgnjamwa283zfll0h0a53")))
|
||||||
(define-public linux-libre-5.18-pristine-source
|
(define-public linux-libre-5.18-pristine-source
|
||||||
(let ((version linux-libre-5.18-version)
|
(let ((version linux-libre-5.18-version)
|
||||||
(hash (base32 "0nsj44p1wn7ysckhv4a99ncj0a9xxhvi54v63w1047sspxjd18m1")))
|
(hash (base32 "0dhaj1zcsr5sfg62byzvvkhm9j419px6v9v04ngcy0d0vc2yn8q8")))
|
||||||
(make-linux-libre-source version
|
(make-linux-libre-source version
|
||||||
(%upstream-linux-source version hash)
|
(%upstream-linux-source version hash)
|
||||||
deblob-scripts-5.18)))
|
deblob-scripts-5.18)))
|
||||||
|
|
Loading…
Reference in a new issue