Skip to content

Commit 4544b51

Browse files
microcode-intel: 20241112 -> 20250211 (#381321)
Co-authored-by: felixsinger <[email protected]>
2 parents 9246ba4 + 63e8983 commit 4544b51

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 = "20241112";
11+
version = "20250211";
1212

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

2020
nativeBuildInputs = [

0 commit comments

Comments
 (0)