Merge pull request #238963 from fpletz/pkgs/microcode-intel-20230613

This commit is contained in:
Franz Pletz 2023-06-23 13:32:17 +02:00 committed by GitHub
commit 5753282d81
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 = "20230512";
version = "20230613";
src = fetchFromGitHub {
owner = "intel";
repo = "Intel-Linux-Processor-Microcode-Data-Files";
rev = "microcode-${version}";
hash = "sha256-Ay907cXbT+LlE4foK4TODcDB5Rx/Zo7HY17erem71rw=";
hash = "sha256-tP59wfZHCLwPb2FkHaa+0D4RW1Zmu9vKaIgbveP/nLI=";
};
nativeBuildInputs = [ iucode-tool libarchive ];