diff options
author | Felix Singer | 2024-11-12 22:45:08 +0100 |
---|---|---|
committer | github-actions[bot] | 2024-11-12 23:32:38 +0000 |
commit | 1ad84cc52331c9ff06ee8e379ce28dc09fe18b8b (patch) | |
tree | 611db46c59dc9e2e44c313c74ec1b96a820b3e00 | |
parent | 454a9c87163c8902e86d67b1e7b3daeffe19e4c8 (diff) |
microcode-intel: 20241029 -> 20241112
Release notes: https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files/blob/microcode-20241112/releasenote.md Signed-off-by: Felix Singer <felixsinger@posteo.net> (cherry picked from commit 2bdf3a8fd9e22afb375f38d3c286e18877eb6e1b)
-rw-r--r-- | pkgs/os-specific/linux/microcode/intel.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/os-specific/linux/microcode/intel.nix b/pkgs/os-specific/linux/microcode/intel.nix index 5103437ccb53..778ffdcf61e5 100644 --- a/pkgs/os-specific/linux/microcode/intel.nix +++ b/pkgs/os-specific/linux/microcode/intel.nix @@ -2,13 +2,13 @@ stdenv.mkDerivation rec { pname = "microcode-intel"; - version = "20241029"; + version = "20241112"; src = fetchFromGitHub { owner = "intel"; repo = "Intel-Linux-Processor-Microcode-Data-Files"; rev = "microcode-${version}"; - hash = "sha256-iS7OSWjAYBRHP7X1C+DiMwX2xudA6tXX6cEv/IcICxc="; + hash = "sha256-dvXt4SX/90oFM4GR9R7C2udhZ+plxnabOZpbtwN3V8Q="; }; nativeBuildInputs = [ iucode-tool libarchive ]; |