Merge pull request #295467 from r-ryantm/auto-update/microcodeIntel

microcodeIntel: 20231114 -> 20240312
This commit is contained in:
Nick Cao 2024-03-15 14:02:59 -04:00 committed by GitHub
commit 77e3a3034c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 ];