Martin Weinelt 2023-11-15 00:11:20 +01:00
parent 3ecd815c23
commit c847da50e2
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "microcode-intel";
version = "20230808";
version = "20231114";
src = fetchFromGitHub {
owner = "intel";
repo = "Intel-Linux-Processor-Microcode-Data-Files";
rev = "microcode-${version}";
hash = "sha256-xyb4FUV7vG2YSuN4H6eBaf8c4At70NZiUuepbgg2HNg=";
hash = "sha256-cZ7APDjwjarPCzk1HWxqIXdGwNOl6HG0KSCtffmEhx0=";
};
nativeBuildInputs = [ iucode-tool libarchive ];
@ -26,6 +26,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
homepage = "https://www.intel.com/";
changelog = "https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files/releases/tag/${src.rev}";
description = "Microcode for Intel processors";
license = licenses.unfreeRedistributableFirmware;
platforms = platforms.linux;