Martin Weinelt 2024-06-01 08:38:27 +02:00
parent 8b4c5e90de
commit 44bfda1c46
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "microcode-intel";
version = "20240514";
version = "20240531";
src = fetchFromGitHub {
owner = "intel";
repo = "Intel-Linux-Processor-Microcode-Data-Files";
rev = "microcode-${version}";
hash = "sha256-6XHlAtQzHtlRs3Zy4+CC/XGJS/PkDPtTg/Y2bX7PJek=";
hash = "sha256-64vcEc3UiiV5Rg4Eh3Wsi/WSCj5DbjvZBzKLr7EgNOU=";
};
nativeBuildInputs = [ iucode-tool libarchive ];