mirror of
https://gitlab.com/nonguix/nonguix.git
synced 2024-11-26 10:25:19 +01:00
nongnu: intel-microcode: Update to 20210608.
* nongnu/packages/linux.scm (intel-microcode): Update to 20210608. Signed-off-by: Jonathan Brielmaier <jonathan.brielmaier@web.de>
This commit is contained in:
parent
13ac42bc96
commit
074f66a6cd
1 changed files with 2 additions and 2 deletions
|
@ -728,7 +728,7 @@ chipsets from Broadcom:
|
|||
(define-public intel-microcode
|
||||
(package
|
||||
(name "intel-microcode")
|
||||
(version "20210216")
|
||||
(version "20210608")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -739,7 +739,7 @@ chipsets from Broadcom:
|
|||
(commit (string-append "microcode-" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "17wrfp7h7xbvncgm1fp103zkyz9n1f820jy6yca1aq208264hjkv"))))
|
||||
(base32 "08nk353z2lcqsjbm2qdsfapfgrvlfw0rj7r9scr9pllzkjj5n9x3"))))
|
||||
(build-system copy-build-system)
|
||||
(arguments
|
||||
`(#:install-plan
|
||||
|
|
Loading…
Reference in a new issue