mirror of
https://gitlab.com/nonguix/nonguix.git
synced 2024-12-23 15:24:52 +01:00
Merge branch 'update-intel-microcode' into 'master'
Update intel microcode See merge request nonguix/nonguix!25
This commit is contained in:
commit
c6e79750d7
1 changed files with 8 additions and 4 deletions
|
@ -708,7 +708,7 @@ chipsets from Broadcom:
|
||||||
(define-public intel-microcode
|
(define-public intel-microcode
|
||||||
(package
|
(package
|
||||||
(name "intel-microcode")
|
(name "intel-microcode")
|
||||||
(version "20191115")
|
(version "20200508")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -719,10 +719,14 @@ 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
|
(base32 "1cs4b7q9j2lw2y09rfa82aijbfmy4lddahz8qlz9gwajf2ziqns8"))))
|
||||||
"0pzi5qmrcrdf6nsds4bvyq1hnvv9d1dlrvqrbzcrpxk84rcjwq1x"))))
|
|
||||||
(build-system copy-build-system)
|
(build-system copy-build-system)
|
||||||
(arguments '(#:install-plan '(("intel-ucode" "lib/firmware/"))))
|
(arguments
|
||||||
|
`(#:install-plan
|
||||||
|
(let ((doc (string-append "share/doc/" ,name "-" ,version "/")))
|
||||||
|
`(("intel-ucode" "lib/firmware/")
|
||||||
|
("releasenote" ,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")
|
||||||
(synopsis "Processor microcode firmware for Intel CPUs")
|
(synopsis "Processor microcode firmware for Intel CPUs")
|
||||||
|
|
Loading…
Reference in a new issue