mirror of
https://gitlab.com/nonguix/nonguix.git
synced 2024-12-25 00:04:51 +01:00
gnu: intel-microcode: Update to 20191113.
* nongnu/packages/linux.scm (intel-microcode): Update to 20191113.
This commit is contained in:
parent
2d816a9b6c
commit
1e10d17991
1 changed files with 2 additions and 2 deletions
|
@ -514,7 +514,7 @@ firmware for the following chips:
|
||||||
(define-public intel-microcode
|
(define-public intel-microcode
|
||||||
(package
|
(package
|
||||||
(name "intel-microcode")
|
(name "intel-microcode")
|
||||||
(version "20190918")
|
(version "20191113")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -526,7 +526,7 @@ firmware for the following chips:
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0v668mfqxn6wzyng68aqaffh75gc215k13n6d5g7zisivvv2bgdp"))))
|
"04138j9n14197ybkh2vxfjy21wcgvbd183ya4b6k262y9nzjmvsa"))))
|
||||||
(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