mirror of
https://gitlab.com/nonguix/nonguix.git
synced 2024-12-23 15:24:52 +01:00
nongnu: intel-microcode: Update to 20200609.
* nongnu/packages/linux.scm (intel-microcode): Update to 20200609.
This commit is contained in:
parent
eafda7b729
commit
9a9dcceb8e
1 changed files with 2 additions and 2 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 "20200520")
|
(version "20200609")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -719,7 +719,7 @@ 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 "1wvznqk1f6radzs0n2zazmmb6c73av9174kmrnkfx6cyck47xgml"))))
|
(base32 "0vzsv0fqp44dhmvj6syjjab3cs1bc4r0g7g97lna8l91vj2yin9j"))))
|
||||||
(build-system copy-build-system)
|
(build-system copy-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:install-plan
|
`(#:install-plan
|
||||||
|
|
Loading…
Reference in a new issue