mirror of
https://gitlab.com/nonguix/nonguix.git
synced 2024-11-22 16:38:09 +01:00
nongnu: intel-microcode: Update to 20191115.
* nongnu/packages/linux.scm (intel-microcode): Update to 20191115.
This commit is contained in:
parent
872c25fb4d
commit
257c7e3a2b
1 changed files with 2 additions and 2 deletions
|
@ -548,7 +548,7 @@ firmware for the following chips:
|
||||||
(define-public intel-microcode
|
(define-public intel-microcode
|
||||||
(package
|
(package
|
||||||
(name "intel-microcode")
|
(name "intel-microcode")
|
||||||
(version "20191113")
|
(version "20191115")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -560,7 +560,7 @@ firmware for the following chips:
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"04138j9n14197ybkh2vxfjy21wcgvbd183ya4b6k262y9nzjmvsa"))))
|
"0pzi5qmrcrdf6nsds4bvyq1hnvv9d1dlrvqrbzcrpxk84rcjwq1x"))))
|
||||||
(build-system trivial-build-system)
|
(build-system trivial-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:modules ((guix build utils))
|
`(#:modules ((guix build utils))
|
||||||
|
|
Loading…
Reference in a new issue