mirror of
https://gitlab.com/nonguix/nonguix.git
synced 2024-11-22 08:28:09 +01:00
nongnu: linux-firmware: Update to 20240811 [security fixes].
Fixes CVE-2023-31315. * nongnu/packages/linux.scm (linux-firmware): Update to 20240811. Signed-off-by: John Kehayias <john.kehayias@protonmail.com>
This commit is contained in:
parent
57d6d0cd4b
commit
598738cb95
1 changed files with 2 additions and 2 deletions
|
@ -318,14 +318,14 @@ stable, responsive and smooth desktop experience.")))
|
|||
(define-public linux-firmware
|
||||
(package
|
||||
(name "linux-firmware")
|
||||
(version "20240610")
|
||||
(version "20240811")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://kernel.org/linux/kernel/firmware/"
|
||||
"linux-firmware-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0xrabns8r1dgy1sj1dxqazxxklx1zaqnxybm1pqr8wxp1xkm0sp2"))))
|
||||
"10l0acnc1w4dqlrp2mcai6vi9bgih4ydi5v1k1kijg8fh15s3waq"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
(list #:tests? #f
|
||||
|
|
Loading…
Reference in a new issue