Updating the linux headers for 2.6.32 to a newer 2.6.32

svn path=/nixpkgs/trunk/; revision=22811
This commit is contained in:
Lluís Batlle i Rossell 2010-07-29 14:38:52 +00:00
parent 5cf5a154db
commit ad1c77118f

View File

@ -3,7 +3,7 @@
assert cross == null -> stdenv.isLinux;
let
version = "2.6.32.9";
version = "2.6.32.16";
kernelHeadersBaseConfig = if (cross == null) then
stdenv.platform.kernelHeadersBaseConfig
else
@ -15,7 +15,7 @@ stdenv.mkDerivation {
src = fetchurl {
url = "mirror://kernel/linux/kernel/v2.6/linux-${version}.tar.bz2";
sha256 = "1g6hs7j5kmifb3phbnckdmrnxd0cpqrijnnbry86z26npsh9my7l";
sha256 = "1ndvqvfaxachsklzzr5db1bzvfhnzz8diddrm1zlv7171fzmn13j";
};
targetConfig = if (cross != null) then cross.config else null;