microcode-intel: 20250812 -> 20251111 (#460731)

This commit is contained in:
Wolfgang Walther
2025-11-17 08:39:52 +00:00
committed by GitHub

View File

@@ -9,13 +9,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "microcode-intel";
version = "20250812";
version = "20251111";
src = fetchFromGitHub {
owner = "intel";
repo = "Intel-Linux-Processor-Microcode-Data-Files";
rev = "microcode-${finalAttrs.version}";
hash = "sha256-FfHSAMu4cvJKOjufr5ZwYHHn8dYa77jR5Br65vGP5Y8=";
hash = "sha256-Gn3VKagfMtYbtkh70TlDmy0OBUUbsRiRxHkJtTGEVrY=";
};
nativeBuildInputs = [ libarchive ];