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 94c30e5 + 598f10a commit 69fe76eCopy full SHA for 69fe76e
pkgs/os-specific/linux/microcode/intel.nix
@@ -2,13 +2,13 @@
2
3
stdenv.mkDerivation rec {
4
pname = "microcode-intel";
5
- version = "20240531";
+ version = "20240813";
6
7
src = fetchFromGitHub {
8
owner = "intel";
9
repo = "Intel-Linux-Processor-Microcode-Data-Files";
10
rev = "microcode-${version}";
11
- hash = "sha256-64vcEc3UiiV5Rg4Eh3Wsi/WSCj5DbjvZBzKLr7EgNOU=";
+ hash = "sha256-O2UWa04MnU9ndzvWy8fruOTm85PexEd+i1McQNz6uFE=";
12
};
13
14
nativeBuildInputs = [ iucode-tool libarchive ];
0 commit comments