microcodeIntel: 20171117 -> 20170108
This commit is contained in:
parent
ad0e0f27e3
commit
9b7ef9c738
1 changed files with 3 additions and 3 deletions
|
@ -2,11 +2,11 @@
|
|||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "microcode-intel-${version}";
|
||||
version = "20171117";
|
||||
version = "20180108";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://downloadmirror.intel.com/27337/eng/microcode-${version}.tgz";
|
||||
sha256 = "1p14ypbg28bdkbza6dx6dpjrdr5p13vmgrh2cw0y1v2qzalivgck";
|
||||
url = "https://downloadmirror.intel.com/27431/eng/microcode-${version}.tgz";
|
||||
sha256 = "0c214238mjks07zwif07f4041c74jil522sy78r4kjs6lniilgq6";
|
||||
};
|
||||
|
||||
buildInputs = [ libarchive ];
|
||||
|
|
Loading…
Reference in a new issue