mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-15 13:37:21 +03:00
microcode-intel: 20160714 -> 20161104
This commit is contained in:
parent
289d808dcf
commit
a85b55e4cd
@ -2,11 +2,11 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "microcode-intel-${version}";
|
name = "microcode-intel-${version}";
|
||||||
version = "20160714";
|
version = "20161104";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://downloadmirror.intel.com/26156/eng/microcode-${version}.tgz";
|
url = "http://downloadmirror.intel.com/26400/eng/microcode-${version}.tgz";
|
||||||
sha256 = "03l4pkymrgbd5y9m5ys7kq85zvckmjbw7xr6pkzg2nr7jgycdagk";
|
sha256 = "1lg3bvznvwcxf66k038c57brkcxfva8crpnzj5idmczr5yk4q5bh";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ libarchive ];
|
buildInputs = [ libarchive ];
|
||||||
|
Loading…
Reference in New Issue
Block a user