mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
microcode-intel: 20150121 -> 20160714
This commit is contained in:
parent
52a875fb23
commit
050452dd7f
1 changed files with 3 additions and 3 deletions
|
@ -2,11 +2,11 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "microcode-intel-${version}";
|
name = "microcode-intel-${version}";
|
||||||
version = "20150121";
|
version = "20160714";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://downloadmirror.intel.com/24661/eng/microcode-${version}.tgz";
|
url = "http://downloadmirror.intel.com/26156/eng/microcode-${version}.tgz";
|
||||||
sha256 = "1cznv3f25cxkwxdc930ab0ifvq0c76fryppadi4p26a2pf9knd93";
|
sha256 = "03l4pkymrgbd5y9m5ys7kq85zvckmjbw7xr6pkzg2nr7jgycdagk";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ libarchive ];
|
buildInputs = [ libarchive ];
|
||||||
|
|
Loading…
Reference in a new issue