Skip to content

Commit 252e9ec

Browse files
committedJun 25, 2017
microcodeIntel: 20161104 -> 20170511
1 parent 90d3a03 commit 252e9ec

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 = "20161104";
5+
version = "20170511";
66

77
src = fetchurl {
8-
url = "http://downloadmirror.intel.com/26400/eng/microcode-${version}.tgz";
9-
sha256 = "1lg3bvznvwcxf66k038c57brkcxfva8crpnzj5idmczr5yk4q5bh";
8+
url = "http://downloadmirror.intel.com/26798/eng/microcode-${version}.tgz";
9+
sha256 = "18w1ysklvkf4l9xgnl1wvhbgr3wbdaiphv56056pafs0hwnzsxrg";
1010
};
1111

1212
buildInputs = [ libarchive ];

0 commit comments

Comments
 (0)
Please sign in to comment.