diff options
author | Timotej Lazar <timotej.lazar@araneo.si> | 2024-11-05 20:01:03 +0100 |
---|---|---|
committer | John Kehayias <john.kehayias@protonmail.com> | 2024-11-10 16:12:50 -0500 |
commit | c60ade9082af8d20b084999c7d98305b2637c7c4 (patch) | |
tree | 8119ebba66e4645803f3fabadcc4497d59bdd851 /nongnu/packages | |
parent | e6eccd389111d2dffef01999fb6c858a37667c66 (diff) |
nongnu: intel-microcode: Update to 20241029.
* nongnu/packages/linux.scm (intel-microcode): Update to 20241029.
Signed-off-by: John Kehayias <john.kehayias@protonmail.com>
Diffstat (limited to 'nongnu/packages')
-rw-r--r-- | nongnu/packages/linux.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nongnu/packages/linux.scm b/nongnu/packages/linux.scm index 5acded2..1cf1776 100644 --- a/nongnu/packages/linux.scm +++ b/nongnu/packages/linux.scm @@ -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 |