Skip to content

Commit 393e39e

Browse files
committedJan 29, 2018
Revert "microcodeIntel: 20171117 -> 20170108"
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
1 parent f833dd7 commit 393e39e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎pkgs/os-specific/linux/microcode/intel.nix

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
stdenv.mkDerivation rec {
44
name = "microcode-intel-${version}";
5-
version = "20180108";
5+
version = "20171117";
66

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

1212
buildInputs = [ libarchive ];

0 commit comments

Comments
 (0)
Please sign in to comment.