mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 07:23:20 +00:00
microcodeIntel: 20240312 -> 20240514
https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files/releases/tag/microcode-20240514 https://www.intel.com/content/www/us/en/security-center/advisory/intel-sa-01051.html https://www.intel.com/content/www/us/en/security-center/advisory/intel-sa-01052.html https://www.intel.com/content/www/us/en/security-center/advisory/intel-sa-01036.html Fixes: CVE-2023-45733, CVE-2024-46103, CVE-2023-45745, CVE-2023-47855
This commit is contained in:
parent
3d56397b76
commit
b0be883181
@ -2,13 +2,13 @@
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "microcode-intel";
|
||||
version = "20240312";
|
||||
version = "20240514";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "intel";
|
||||
repo = "Intel-Linux-Processor-Microcode-Data-Files";
|
||||
rev = "microcode-${version}";
|
||||
hash = "sha256-4ZSA+LVczfjZINXhImmFOCc/6kKNrrUQvrXPdOvMM8g=";
|
||||
hash = "sha256-6XHlAtQzHtlRs3Zy4+CC/XGJS/PkDPtTg/Y2bX7PJek=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ iucode-tool libarchive ];
|
||||
|
Loading…
Reference in New Issue
Block a user