Skip to content

Commit 69fe76e

Browse files
authored
Merge pull request #334505 from mweinelt/microcode-intel-20240813
microcodeIntel: 20240531 -> 20240813
2 parents 94c30e5 + 598f10a commit 69fe76e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/os-specific/linux/microcode/intel.nix

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

33
stdenv.mkDerivation rec {
44
pname = "microcode-intel";
5-
version = "20240531";
5+
version = "20240813";
66

77
src = fetchFromGitHub {
88
owner = "intel";
99
repo = "Intel-Linux-Processor-Microcode-Data-Files";
1010
rev = "microcode-${version}";
11-
hash = "sha256-64vcEc3UiiV5Rg4Eh3Wsi/WSCj5DbjvZBzKLr7EgNOU=";
11+
hash = "sha256-O2UWa04MnU9ndzvWy8fruOTm85PexEd+i1McQNz6uFE=";
1212
};
1313

1414
nativeBuildInputs = [ iucode-tool libarchive ];

0 commit comments

Comments
 (0)