Merge pull request #113364 from mweinelt/microcodeIntel

microcodeIntel: 20201118 -> 20210216
This commit is contained in:
Daniël de Kok 2021-02-17 08:42:55 +01:00 committed by GitHub
commit c0bda1dd9c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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