mirror of
https://gitlab.com/nonguix/nonguix.git
synced 2024-11-23 08:58:08 +01:00
nongnu: intel-microcode: Update to 20241029.
* nongnu/packages/linux.scm (intel-microcode): Update to 20241029. Signed-off-by: John Kehayias <john.kehayias@protonmail.com>
This commit is contained in:
parent
e6eccd3891
commit
c60ade9082
1 changed files with 2 additions and 2 deletions
|
@ -1314,7 +1314,7 @@ driver:
|
|||
(define-public intel-microcode
|
||||
(package
|
||||
(name "intel-microcode")
|
||||
(version "20240910")
|
||||
(version "20241029")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -1325,7 +1325,7 @@ driver:
|
|||
(commit (string-append "microcode-" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1axz80j985rx1jqh8dzn4idl7azlhbxr9hckhykbdhaxrlmjlzbj"))))
|
||||
(base32 "05qb123zqby1x7bxbsj0wz3gc19kwbh0pxdm7x3i8q60d14wwbl9"))))
|
||||
(build-system copy-build-system)
|
||||
(arguments
|
||||
(list #:install-plan
|
||||
|
|
Loading…
Reference in a new issue