Merge pull request #158713 from mweinelt/microcode-intel

microcodeIntel: 20210608 -> 20220207
This commit is contained in:
ajs124 2022-02-09 23:38:03 +01:00 committed by GitHub
commit 5011d17c36
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 = "20210608";
version = "20220207";
src = fetchFromGitHub {
owner = "intel";
repo = "Intel-Linux-Processor-Microcode-Data-Files";
rev = "microcode-${version}";
sha256 = "08nk353z2lcqsjbm2qdsfapfgrvlfw0rj7r9scr9pllzkjj5n9x3";
sha256 = "sha256-yNHYAf8AX8C8iSaFWa6u7knUryaUgvI6nIH9jkD4jjw=";
};
nativeBuildInputs = [ iucode-tool libarchive ];