Merge pull request #231556 from andersk/microcode-intel

microcodeIntel: 20230214 → 20230512
This commit is contained in:
Martin Weinelt 2023-05-13 02:07:58 +02:00 committed by GitHub
commit 1068e128b2
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 = "20230214";
version = "20230512";
src = fetchFromGitHub {
owner = "intel";
repo = "Intel-Linux-Processor-Microcode-Data-Files";
rev = "microcode-${version}";
hash = "sha256-SwdE1c7OEg5nncs5QqaTKCL77KddeHw7ZilctQ4L9RA=";
hash = "sha256-Ay907cXbT+LlE4foK4TODcDB5Rx/Zo7HY17erem71rw=";
};
nativeBuildInputs = [ iucode-tool libarchive ];