3
0
Fork 0
forked from mirrors/nixpkgs

microcodeIntel: Bump version

This commit is contained in:
Shea Levy 2012-08-11 14:10:06 -04:00
parent 2c0b930149
commit 3b78bd796d

View file

@ -1,12 +1,12 @@
{ stdenv, fetchurl, microcode2ucode }:
let version = "20111110";
num = "20728";
let version = "20120606";
num = "21385";
in stdenv.mkDerivation {
name = "microcode-intel-${version}";
src = fetchurl {
url = "http://downloadmirror.intel.com/${num}/eng/microcode-${version}.tgz";
sha256 = "16f532cdf9cce03e01e714619ad9406a465aa965bbd1288035398db79921cbc1";
sha256 = "0hs95lj24zx3jscc64zg3hf8xc95vrnsyqlid66h453ib0wf8fg1";
};
buildInputs = [ microcode2ucode ];
@ -25,4 +25,4 @@ in stdenv.mkDerivation {
homepage = http://www.intel.com/;
description = "Microcode for Intel processors";
};
}
}