Skip to content

Commit 34d960e

Browse files
authored
microcode-intel: 20241029 -> 20241112 (#355528)
2 parents 086e523 + 2bdf3a8 commit 34d960e

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)