Skip to content

Commit 2bdf3a8

Browse files
committed
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 <[email protected]>
1 parent 1200719 commit 2bdf3a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/mi/microcode-intel/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@
88

99
stdenv.mkDerivation rec {
1010
pname = "microcode-intel";
11-
version = "20241029";
11+
version = "20241112";
1212

1313
src = fetchFromGitHub {
1414
owner = "intel";
1515
repo = "Intel-Linux-Processor-Microcode-Data-Files";
1616
rev = "microcode-${version}";
17-
hash = "sha256-iS7OSWjAYBRHP7X1C+DiMwX2xudA6tXX6cEv/IcICxc=";
17+
hash = "sha256-dvXt4SX/90oFM4GR9R7C2udhZ+plxnabOZpbtwN3V8Q=";
1818
};
1919

2020
nativeBuildInputs = [

0 commit comments

Comments
 (0)