mirror of
https://gitlab.com/nonguix/nonguix.git
synced 2024-12-23 15:24:52 +01:00
nongnu: intel-microcode: Update to 20221108.
* nongnu/packages/linux.scm (intel-microcode): Update to 20221108. Signed-off-by: Jonathan Brielmaier <jonathan.brielmaier@web.de>
This commit is contained in:
parent
86c47336ef
commit
16b645772b
1 changed files with 2 additions and 2 deletions
|
@ -789,7 +789,7 @@ chipsets from Broadcom:
|
|||
(define-public intel-microcode
|
||||
(package
|
||||
(name "intel-microcode")
|
||||
(version "20220809")
|
||||
(version "20221108")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -800,7 +800,7 @@ chipsets from Broadcom:
|
|||
(commit (string-append "microcode-" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0252ig6lp39rh87zgiadsmlwjwjr6q0275k5j28rpbq6f108pjxx"))))
|
||||
(base32 "1na797jixcwj27brzfy24lwgndc041kbnf1wh1l047nz7nnc35i5"))))
|
||||
(build-system copy-build-system)
|
||||
(arguments
|
||||
`(#:install-plan
|
||||
|
|
Loading…
Reference in a new issue