mirror of
https://gitlab.com/nonguix/nonguix.git
synced 2024-11-22 08:28:09 +01:00
nongnu: intel-microcode: Update to 20220207.
* nongnu/packages/linux.scm (intel-microcode): Update to 20220207. Signed-off-by: Jonathan Brielmaier <jonathan.brielmaier@web.de>
This commit is contained in:
parent
cb034164b7
commit
35533c763a
1 changed files with 2 additions and 2 deletions
|
@ -754,7 +754,7 @@ chipsets from Broadcom:
|
|||
(define-public intel-microcode
|
||||
(package
|
||||
(name "intel-microcode")
|
||||
(version "20210608")
|
||||
(version "20220207")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -765,7 +765,7 @@ chipsets from Broadcom:
|
|||
(commit (string-append "microcode-" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "08nk353z2lcqsjbm2qdsfapfgrvlfw0rj7r9scr9pllzkjj5n9x3"))))
|
||||
(base32 "0g4fz108xzc1khxg50ll4spx8jgfmsp5k196i6yc0pq0zw0xilf8"))))
|
||||
(build-system copy-build-system)
|
||||
(arguments
|
||||
`(#:install-plan
|
||||
|
|
Loading…
Reference in a new issue