Skip to content
This repository has been archived by the owner on Apr 12, 2021. It is now read-only.

Commit

Permalink
microcodeIntel: 20200609 -> 20200616
Browse files Browse the repository at this point in the history
  • Loading branch information
mweinelt committed Jun 16, 2020
1 parent 0881510 commit 7773055
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/os-specific/linux/microcode/intel.nix
Expand Up @@ -2,13 +2,13 @@

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

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

nativeBuildInputs = [ iucode-tool libarchive ];
Expand Down

0 comments on commit 7773055

Please sign in to comment.