Unverified Commit 69fe76ef authored by Atemu's avatar Atemu Committed by GitHub
Browse files

Merge pull request #334505 from mweinelt/microcode-intel-20240813

microcodeIntel: 20240531 -> 20240813
parents 94c30e54 598f10af
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,13 +2,13 @@

stdenv.mkDerivation rec {
  pname = "microcode-intel";
  version = "20240531";
  version = "20240813";

  src = fetchFromGitHub {
    owner = "intel";
    repo = "Intel-Linux-Processor-Microcode-Data-Files";
    rev = "microcode-${version}";
    hash = "sha256-64vcEc3UiiV5Rg4Eh3Wsi/WSCj5DbjvZBzKLr7EgNOU=";
    hash = "sha256-O2UWa04MnU9ndzvWy8fruOTm85PexEd+i1McQNz6uFE=";
  };

  nativeBuildInputs = [ iucode-tool libarchive ];