Skip to content

Commit

Permalink
microcodeIntel: 20171117 -> 20170108
Browse files Browse the repository at this point in the history
(cherry picked from commit 9b7ef9c)
  • Loading branch information
andir committed Jan 10, 2018
1 parent 59661f2 commit ea1cf95
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/os-specific/linux/microcode/intel.nix
Expand Up @@ -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 ];
Expand Down

0 comments on commit ea1cf95

Please sign in to comment.