microcodeIntel: 20230808 -> 20231114

https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files/releases/tag/microcode-20231114
https://www.intel.com/content/www/us/en/security-center/advisory/intel-sa-00950.html

Fixes: CVE-2023-23583

+3 -2
+3 -2
pkgs/os-specific/linux/microcode/intel.nix
··· 2 2 3 3 stdenv.mkDerivation rec { 4 4 pname = "microcode-intel"; 5 - version = "20230808"; 5 + version = "20231114"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "intel"; 9 9 repo = "Intel-Linux-Processor-Microcode-Data-Files"; 10 10 rev = "microcode-${version}"; 11 - hash = "sha256-xyb4FUV7vG2YSuN4H6eBaf8c4At70NZiUuepbgg2HNg="; 11 + hash = "sha256-cZ7APDjwjarPCzk1HWxqIXdGwNOl6HG0KSCtffmEhx0="; 12 12 }; 13 13 14 14 nativeBuildInputs = [ iucode-tool libarchive ]; ··· 26 26 27 27 meta = with lib; { 28 28 homepage = "https://www.intel.com/"; 29 + changelog = "https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files/releases/tag/${src.rev}"; 29 30 description = "Microcode for Intel processors"; 30 31 license = licenses.unfreeRedistributableFirmware; 31 32 platforms = platforms.linux;