3
0
Fork 0
forked from mirrors/nixpkgs

microcodeIntel: 20170707 -> 20171117

From the changelog:

```
Intel Processor Microcode Package for Linux
20171117 Release

-- New Platforms --
CFL U0 (06-9e-0a:22) 70
CFL B0 (06-9e-0b:2) 72
SKX H0 (06-55-04:b7) 2000035
GLK B0 (06-7a-01:1) 1e
APL Bx (06-5c-09:3) 2c
-- Updates --
KBL Y0 (06-8e-0a:c0) 66->70
-- Removed files --
SKX H0 (06-55-04:97) 2000022
```
This commit is contained in:
Andreas Rammhold 2017-11-21 17:17:49 +01:00
parent b8f7027360
commit 89fab17749
No known key found for this signature in database
GPG key ID: E432E410B5E48C86

View file

@ -2,11 +2,11 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "microcode-intel-${version}"; name = "microcode-intel-${version}";
version = "20170707"; version = "20171117";
src = fetchurl { src = fetchurl {
url = "https://downloadmirror.intel.com/26925/eng/microcode-${version}.tgz"; url = "https://downloadmirror.intel.com/27337/eng/microcode-${version}.tgz";
sha256 = "14zf7fbhg0msa3bm0kl139pclmkfm83s6l86x48sr9sjpxllgm2g"; sha256 = "1p14ypbg28bdkbza6dx6dpjrdr5p13vmgrh2cw0y1v2qzalivgck";
}; };
buildInputs = [ libarchive ]; buildInputs = [ libarchive ];