gnu: intel-microcode: Update to 20190918.

* nongnu/packages/linux.scm (intel-microcode): Update to 20190918.
This commit is contained in:
Timotej Lazar 2019-10-08 16:11:11 +02:00
parent 6a3b8f7f52
commit f233954cfd

View file

@ -518,7 +518,7 @@ firmware for the following chips:
(define-public intel-microcode
(package
(name "intel-microcode")
(version "20190618")
(version "20190918")
(source
(origin
(method git-fetch)
@ -530,7 +530,7 @@ firmware for the following chips:
(file-name (git-file-name name version))
(sha256
(base32
"0fdhrpxvsq0rm5mzj82gvmfb3lm7mhc9hwvimv7dl1jaidbp6lvs"))))
"0v668mfqxn6wzyng68aqaffh75gc215k13n6d5g7zisivvv2bgdp"))))
(build-system trivial-build-system)
(arguments
`(#:modules ((guix build utils))