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