Skip to content

Commit

Permalink
Merge pull request #90007 from mweinelt/20.03/microcode-intel
Browse files Browse the repository at this point in the history
[20.03] microcodeIntel: 20200508 -> 20200520 -> 20200609
  • Loading branch information
andir authored Jun 16, 2020
2 parents dce9ef5 + c27866c commit 564db6b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/os-specific/linux/microcode/intel.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

stdenv.mkDerivation rec {
pname = "microcode-intel";
version = "20200508";
version = "20200616";

src = fetchFromGitHub {
owner = "intel";
repo = "Intel-Linux-Processor-Microcode-Data-Files";
rev = "microcode-${version}";
sha256 = "1cs4b7q9j2lw2y09rfa82aijbfmy4lddahz8qlz9gwajf2ziqns8";
sha256 = "13jrs8hwh7dhjjb9kncb8lk199afaxglkh1cfisl6zca1h36g563";
};

nativeBuildInputs = [ iucode-tool libarchive ];
Expand Down

0 comments on commit 564db6b

Please sign in to comment.