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

microcode-intel: 20241029 -> 20241112 (#355528)

parents 086e523c 2bdf3a8f
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 = "20241029";
  version = "20241112";

  src = fetchFromGitHub {
    owner = "intel";
    repo = "Intel-Linux-Processor-Microcode-Data-Files";
    rev = "microcode-${version}";
    hash = "sha256-iS7OSWjAYBRHP7X1C+DiMwX2xudA6tXX6cEv/IcICxc=";
    hash = "sha256-dvXt4SX/90oFM4GR9R7C2udhZ+plxnabOZpbtwN3V8Q=";
  };

  nativeBuildInputs = [