microcodeIntel: 20210216 -> 20210608

(cherry picked from commit d94f35f69bff4eff7655279d45793003338f5c3c)
This commit is contained in:
Martin Weinelt 2021-06-09 03:32:26 +02:00 committed by Jonathan Ringer
parent 2629acdcb0
commit a21b8237f1
1 changed files with 2 additions and 2 deletions

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "microcode-intel";
version = "20210216";
version = "20210608";
src = fetchFromGitHub {
owner = "intel";
repo = "Intel-Linux-Processor-Microcode-Data-Files";
rev = "microcode-${version}";
sha256 = "17wrfp7h7xbvncgm1fp103zkyz9n1f820jy6yca1aq208264hjkv";
sha256 = "08nk353z2lcqsjbm2qdsfapfgrvlfw0rj7r9scr9pllzkjj5n9x3";
};
nativeBuildInputs = [ iucode-tool libarchive ];