nongnu: intel-microcode: Update to 20201118.

* nongnu/packages/linux.scm (intel-microcode): Update to 20201118.

Signed-off-by: Jonathan Brielmaier <jonathan.brielmaier@web.de>
This commit is contained in:
Timotej Lazar 2020-11-22 15:27:49 +01:00 committed by Jonathan Brielmaier
parent 4961953016
commit 587320fa4a
No known key found for this signature in database
GPG Key ID: ECFC83988B4E4B9F

View File

@ -716,7 +716,7 @@ chipsets from Broadcom:
(define-public intel-microcode (define-public intel-microcode
(package (package
(name "intel-microcode") (name "intel-microcode")
(version "20200616") (version "20201118")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -727,13 +727,13 @@ chipsets from Broadcom:
(commit (string-append "microcode-" version)))) (commit (string-append "microcode-" version))))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "13jrs8hwh7dhjjb9kncb8lk199afaxglkh1cfisl6zca1h36g563")))) (base32 "1xs3f2rbfqnpz9qs7a1kl363qdyb8fybmmyd37v573clqf7l4lgg"))))
(build-system copy-build-system) (build-system copy-build-system)
(arguments (arguments
`(#:install-plan `(#:install-plan
(let ((doc (string-append "share/doc/" ,name "-" ,version "/"))) (let ((doc (string-append "share/doc/" ,name "-" ,version "/")))
`(("intel-ucode" "lib/firmware/") `(("intel-ucode" "lib/firmware/")
("releasenote" ,doc) ("releasenote.md" ,doc)
("security.md" ,doc))))) ("security.md" ,doc)))))
(home-page (home-page
"https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files") "https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files")