summary refs log tree commit diff
path: root/pkgs/os-specific/linux/microcode
diff options
context:
space:
mode:
authorKranium Gikos Mendoza <kranium@gikos.net>2016-08-13 03:53:03 +0800
committerKranium Gikos Mendoza <kranium@gikos.net>2016-08-13 03:53:03 +0800
commit050452dd7fb84ecb9d74eb0d69dae6ed92a45b38 (patch)
tree45b6fad1b8ceb8957a88ee2936435e32bd249023 /pkgs/os-specific/linux/microcode
parent52a875fb2329c55070e86e3f85f1d788df10c2c5 (diff)
downloadnixpkgs-050452dd7fb84ecb9d74eb0d69dae6ed92a45b38.tar
nixpkgs-050452dd7fb84ecb9d74eb0d69dae6ed92a45b38.tar.gz
nixpkgs-050452dd7fb84ecb9d74eb0d69dae6ed92a45b38.tar.bz2
nixpkgs-050452dd7fb84ecb9d74eb0d69dae6ed92a45b38.tar.lz
nixpkgs-050452dd7fb84ecb9d74eb0d69dae6ed92a45b38.tar.xz
nixpkgs-050452dd7fb84ecb9d74eb0d69dae6ed92a45b38.tar.zst
nixpkgs-050452dd7fb84ecb9d74eb0d69dae6ed92a45b38.zip
microcode-intel: 20150121 -> 20160714
Diffstat (limited to 'pkgs/os-specific/linux/microcode')
-rw-r--r--pkgs/os-specific/linux/microcode/intel.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/os-specific/linux/microcode/intel.nix b/pkgs/os-specific/linux/microcode/intel.nix
index ea9ff1d58d1..6fa947fea17 100644
--- a/pkgs/os-specific/linux/microcode/intel.nix
+++ b/pkgs/os-specific/linux/microcode/intel.nix
@@ -2,11 +2,11 @@
 
 stdenv.mkDerivation rec {
   name = "microcode-intel-${version}";
-  version = "20150121";
+  version = "20160714";
 
   src = fetchurl {
-    url = "http://downloadmirror.intel.com/24661/eng/microcode-${version}.tgz";
-    sha256 = "1cznv3f25cxkwxdc930ab0ifvq0c76fryppadi4p26a2pf9knd93";
+    url = "http://downloadmirror.intel.com/26156/eng/microcode-${version}.tgz";
+    sha256 = "03l4pkymrgbd5y9m5ys7kq85zvckmjbw7xr6pkzg2nr7jgycdagk";
   };
 
   buildInputs = [ libarchive ];