microcode-intel: 20251111 -> 20260210

Update Intel microcode and, while on it, switch from attribute rev to
tag.

https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files/blob/main/releasenote.md

Signed-off-by: Felix Singer <felixsinger@posteo.net>
This commit is contained in:
Felix Singer
2026-02-10 19:40:01 +01:00
parent b0d3f69e45
commit dde325fb23
+3 -3
View File
@@ -9,13 +9,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "microcode-intel";
version = "20251111";
version = "20260210";
src = fetchFromGitHub {
owner = "intel";
repo = "Intel-Linux-Processor-Microcode-Data-Files";
rev = "microcode-${finalAttrs.version}";
hash = "sha256-Gn3VKagfMtYbtkh70TlDmy0OBUUbsRiRxHkJtTGEVrY=";
tag = "microcode-${finalAttrs.version}";
hash = "sha256-c5DAcaXO8FuZtbzrNwjS5E8JEKHb4rFo0CVm1xfDtcY=";
};
nativeBuildInputs = [ libarchive ];