Unverified Commit 1530527e authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

Merge pull request #247980 from networkException/update-intel-microcode

microcodeIntel: 20230613 -> 20230808
parents 90470003 9454516b
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 = "20230613";
  version = "20230808";

  src = fetchFromGitHub {
    owner = "intel";
    repo = "Intel-Linux-Processor-Microcode-Data-Files";
    rev = "microcode-${version}";
    hash = "sha256-tP59wfZHCLwPb2FkHaa+0D4RW1Zmu9vKaIgbveP/nLI=";
    hash = "sha256-xyb4FUV7vG2YSuN4H6eBaf8c4At70NZiUuepbgg2HNg=";
  };

  nativeBuildInputs = [ iucode-tool libarchive ];