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