Unverified Commit f81338c9 authored by Wolfgang Walther's avatar Wolfgang Walther Committed by GitHub
Browse files

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

parents 52b73499 321e42ca
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 ];