mirror of
https://gitlab.com/nonguix/nonguix.git
synced 2024-11-22 00:18:07 +01:00
nongnu: intel-microcode: Update to 20230613.
* nongnu/packages/linux.scm (intel-microcode): Update to 20230613. Signed-off-by: Jonathan Brielmaier <jonathan.brielmaier@web.de>
This commit is contained in:
parent
e5fdf07369
commit
d06e36978d
1 changed files with 2 additions and 2 deletions
|
@ -916,7 +916,7 @@ chipsets from Broadcom:
|
|||
(define-public intel-microcode
|
||||
(package
|
||||
(name "intel-microcode")
|
||||
(version "20230512")
|
||||
(version "20230613")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -927,7 +927,7 @@ chipsets from Broadcom:
|
|||
(commit (string-append "microcode-" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1g6npglsvpjycg3qwrkz3kjw3h0drs22ps472gjy4kyvqpnp8bq3"))))
|
||||
(base32 "1clwzzivs6w8d35dpfv6ardi2gnhpsk1sr31dw7vq227yv0pvzml"))))
|
||||
(build-system copy-build-system)
|
||||
(arguments
|
||||
(list #:install-plan
|
||||
|
|
Loading…
Reference in a new issue