Unverified Commit f87bedff authored by Martin Weinelt's avatar Martin Weinelt Committed by GitHub
Browse files

microcode-intel: 20250211 -> 20250512 (#406530)

parents 7ab4561d fe17de65
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,13 +8,13 @@

stdenv.mkDerivation rec {
  pname = "microcode-intel";
  version = "20250211";
  version = "20250512";

  src = fetchFromGitHub {
    owner = "intel";
    repo = "Intel-Linux-Processor-Microcode-Data-Files";
    rev = "microcode-${version}";
    hash = "sha256-XfBVygHmUAV287MyBreoAyGcffGBEY7YKyj6AOytXZ4=";
    hash = "sha256-xasV1w6+8qnD+RLWsReMo+xm7a9nguV2st3IC4FURDU=";
  };

  nativeBuildInputs = [