We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 086e523 + 2bdf3a8 commit 34d960eCopy full SHA for 34d960e
pkgs/by-name/mi/microcode-intel/package.nix
@@ -8,13 +8,13 @@
8
9
stdenv.mkDerivation rec {
10
pname = "microcode-intel";
11
- version = "20241029";
+ version = "20241112";
12
13
src = fetchFromGitHub {
14
owner = "intel";
15
repo = "Intel-Linux-Processor-Microcode-Data-Files";
16
rev = "microcode-${version}";
17
- hash = "sha256-iS7OSWjAYBRHP7X1C+DiMwX2xudA6tXX6cEv/IcICxc=";
+ hash = "sha256-dvXt4SX/90oFM4GR9R7C2udhZ+plxnabOZpbtwN3V8Q=";
18
};
19
20
nativeBuildInputs = [
0 commit comments