We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent f833dd7 commit 393e39eCopy full SHA for 393e39e
pkgs/os-specific/linux/microcode/intel.nix
@@ -2,11 +2,11 @@
2
3
stdenv.mkDerivation rec {
4
name = "microcode-intel-${version}";
5
- version = "20180108";
+ version = "20171117";
6
7
src = fetchurl {
8
- url = "https://downloadmirror.intel.com/27431/eng/microcode-${version}.tgz";
9
- sha256 = "0c214238mjks07zwif07f4041c74jil522sy78r4kjs6lniilgq6";
+ url = "https://downloadmirror.intel.com/27337/eng/microcode-${version}.tgz";
+ sha256 = "1p14ypbg28bdkbza6dx6dpjrdr5p13vmgrh2cw0y1v2qzalivgck";
10
};
11
12
buildInputs = [ libarchive ];
0 commit comments