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