microcode-intel: 20241112 -> 20250211 (#381321)

Co-authored-by: felixsinger <felixsinger@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-02-12 06:25:57 +00:00
committed by GitHub
co-authored by felixsinger
+2 -2
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 = [