mirror of
https://gitlab.com/nonguix/nonguix.git
synced 2025-01-18 11:45:56 +01:00
nongnu: intel-microcode: Update to 20240813 [security-fixes].
Fixes CVE-2023-42667, CVE-2023-49141, CVE-2024-24853, CVE-2024-24980, CVE-2024-25939. * nongnu/packages/linux.scm (intel-microcode): Update to 20240813. Signed-off-by: Jonathan Brielmaier <jonathan.brielmaier@web.de>
This commit is contained in:
parent
a3f0f98034
commit
efdd540f5e
1 changed files with 2 additions and 2 deletions
|
@ -1187,7 +1187,7 @@ driver:
|
|||
(define-public intel-microcode
|
||||
(package
|
||||
(name "intel-microcode")
|
||||
(version "20240531")
|
||||
(version "20240813")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -1198,7 +1198,7 @@ driver:
|
|||
(commit (string-append "microcode-" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1r9l42qsz2rj0zcknvj37q595xcbmisqf10f8rwjb2nlrl8xr2zb"))))
|
||||
(base32 "0ldqzbf4072kidz4gi6yjgrydr5qxg3wpmivfxklz78c9rmicr9v"))))
|
||||
(build-system copy-build-system)
|
||||
(arguments
|
||||
(list #:install-plan
|
||||
|
|
Loading…
Reference in a new issue