mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 06:06:53 -05:00
gnu: linux-libre: Update to 6.7.11.
* gnu/packages/linux.scm (linux-libre-6.7-version): Update to 6.7.11. (linux-libre-6.7-pristine-source, deblob-scripts-6.7): Update hashes. Change-Id: Ifaed591376099432ad2a616ebb2a19b531c29b5e
This commit is contained in:
parent
a30a825e24
commit
722f271d45
1 changed files with 3 additions and 3 deletions
|
@ -517,17 +517,17 @@ (define-public linux-libre-6.8-pristine-source
|
|||
;; The current "stable" kernels. That is, the most recently released major
|
||||
;; versions that are still supported upstream.
|
||||
|
||||
(define-public linux-libre-6.7-version "6.7.10")
|
||||
(define-public linux-libre-6.7-version "6.7.11")
|
||||
(define-public linux-libre-6.7-gnu-revision "gnu")
|
||||
(define deblob-scripts-6.7
|
||||
(linux-libre-deblob-scripts
|
||||
linux-libre-6.7-version
|
||||
linux-libre-6.7-gnu-revision
|
||||
(base32 "1ddngihfmwffgvxxv8xsppi76r6grvdxr6zzfzvgl9qw07a6c9fd")
|
||||
(base32 "1lhsy2qnmz47r8m926k1kng912m64j7pnpcvd1ddgdqpq5byp88j")))
|
||||
(base32 "16zh4cj1q7khl943ij4fzc815plbcdllns93chv6725gsm338hsl")))
|
||||
(define-public linux-libre-6.7-pristine-source
|
||||
(let ((version linux-libre-6.7-version)
|
||||
(hash (base32 "00vw90mypcliq0d72jdh1ql2dfmm7gpswln2qycxdz7rfsrrzfd9")))
|
||||
(hash (base32 "0jhb175nlcncrp0y8md7p83yydlx6qqql6llav8djbv3f74rfr1c")))
|
||||
(make-linux-libre-source version
|
||||
(%upstream-linux-source version hash)
|
||||
deblob-scripts-6.7)))
|
||||
|
|
Loading…
Reference in a new issue