microcodeIntel: 20230613 -> 20230808

This commit is contained in:
networkException 2023-08-08 20:20:11 +02:00
parent c9a4aa0cd9
commit 9454516b8c
No known key found for this signature in database
GPG key ID: E3877443AE684391

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "microcode-intel";
version = "20230613";
version = "20230808";
src = fetchFromGitHub {
owner = "intel";
repo = "Intel-Linux-Processor-Microcode-Data-Files";
rev = "microcode-${version}";
hash = "sha256-tP59wfZHCLwPb2FkHaa+0D4RW1Zmu9vKaIgbveP/nLI=";
hash = "sha256-xyb4FUV7vG2YSuN4H6eBaf8c4At70NZiUuepbgg2HNg=";
};
nativeBuildInputs = [ iucode-tool libarchive ];