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