Unverified Commit 2a41d4f3 authored by Michael Daniels's avatar Michael Daniels Committed by GitHub
Browse files

microcode-intel: 20260210 -> 20260227 (#494883)

parents 8c2fdec8 ddc47641
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,13 +9,13 @@

stdenvNoCC.mkDerivation (finalAttrs: {
  pname = "microcode-intel";
  version = "20260210";
  version = "20260227";

  src = fetchFromGitHub {
    owner = "intel";
    repo = "Intel-Linux-Processor-Microcode-Data-Files";
    tag = "microcode-${finalAttrs.version}";
    hash = "sha256-c5DAcaXO8FuZtbzrNwjS5E8JEKHb4rFo0CVm1xfDtcY=";
    hash = "sha256-xTCSFxhOqHo64GrtZPlUVOd83SwiUUSZQ6JMziTgWcU=";
  };

  nativeBuildInputs = [ libarchive ];