Merge pull request #185828 from mweinelt/microcode-intel-20220809

microcode-intel: 20220510 -> 20220809
This commit is contained in:
Bernardo Meurer 2022-08-09 15:48:48 -07:00 committed by GitHub
commit 8b7a99df4e
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 = "20220510";
version = "20220809";
src = fetchFromGitHub {
owner = "intel";
repo = "Intel-Linux-Processor-Microcode-Data-Files";
rev = "microcode-${version}";
sha256 = "sha256-x+8qyC7YP7co/7qLhaAtjMtyeANaZJ/r41iFl1Mut+M=";
hash = "sha256-vcuLQHAGr5uRkGWWIwA2WXLJadVNxfcPgjmNS82Logg=";
};
nativeBuildInputs = [ iucode-tool libarchive ];