Skip to content

Commit

Permalink
Revert "microcodeIntel: 20171117 -> 20170108"
Browse files Browse the repository at this point in the history
This reverts commit 9b7ef9c.

Intel recommends to stop deployment of the updated microcode as it
introduces unexpected system behaviour on many platforms.

See https://security-center.intel.com/advisory.aspx?intelid=INTEL-SA-00088&languageid=en-fr

cc #33414
  • Loading branch information
fpletz committed Jan 29, 2018
1 parent f833dd7 commit 393e39e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/os-specific/linux/microcode/intel.nix
Expand Up @@ -2,11 +2,11 @@

stdenv.mkDerivation rec {
name = "microcode-intel-${version}";
version = "20180108";
version = "20171117";

src = fetchurl {
url = "https://downloadmirror.intel.com/27431/eng/microcode-${version}.tgz";
sha256 = "0c214238mjks07zwif07f4041c74jil522sy78r4kjs6lniilgq6";
url = "https://downloadmirror.intel.com/27337/eng/microcode-${version}.tgz";
sha256 = "1p14ypbg28bdkbza6dx6dpjrdr5p13vmgrh2cw0y1v2qzalivgck";
};

buildInputs = [ libarchive ];
Expand Down

0 comments on commit 393e39e

Please sign in to comment.