microcodeIntel: 20231114 -> 20240312

This commit is contained in:
R. Ryantm
2024-03-13 00:15:26 +00:00
parent 6e04aef752
commit 6df0b0cb96
+2 -2
View File
@@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "microcode-intel";
version = "20231114";
version = "20240312";
src = fetchFromGitHub {
owner = "intel";
repo = "Intel-Linux-Processor-Microcode-Data-Files";
rev = "microcode-${version}";
hash = "sha256-cZ7APDjwjarPCzk1HWxqIXdGwNOl6HG0KSCtffmEhx0=";
hash = "sha256-4ZSA+LVczfjZINXhImmFOCc/6kKNrrUQvrXPdOvMM8g=";
};
nativeBuildInputs = [ iucode-tool libarchive ];