microcode-intel: 20241112 -> 20250211

This commit is contained in:
R. Ryantm 2025-02-12 00:34:43 +00:00
parent b64b41e8d6
commit 63e89836a5

View File

@ -8,13 +8,13 @@
stdenv.mkDerivation rec {
pname = "microcode-intel";
version = "20241112";
version = "20250211";
src = fetchFromGitHub {
owner = "intel";
repo = "Intel-Linux-Processor-Microcode-Data-Files";
rev = "microcode-${version}";
hash = "sha256-dvXt4SX/90oFM4GR9R7C2udhZ+plxnabOZpbtwN3V8Q=";
hash = "sha256-XfBVygHmUAV287MyBreoAyGcffGBEY7YKyj6AOytXZ4=";
};
nativeBuildInputs = [