Updating linux to 2.6.32.52 and 3.1.7

svn path=/nixpkgs/trunk/; revision=31299
This commit is contained in:
Lluís Batlle i Rossell 2012-01-04 21:34:03 +00:00
parent 4b4022a4e0
commit 95b42b8134
2 changed files with 4 additions and 4 deletions

View file

@ -198,11 +198,11 @@ in
import ./generic.nix (
rec {
version = "2.6.32.45";
version = "2.6.32.52";
src = fetchurl {
url = "mirror://kernel/linux/kernel/v2.6/longterm/v2.6.32/linux-${version}.tar.bz2";
sha256 = "1lyp0zl8hk2nz93n803iwfkg5g2dcd18hg0ifszg2rik8svvbbrs";
sha256 = "0a3ws6m8942p972jjlixr5v0sh6ll0hlzxwdikb666nppjcgqiz7";
};
config = configWithPlatform stdenv.platform;

View file

@ -215,7 +215,7 @@ in
import ./generic.nix (
rec {
version = "3.1.5";
version = "3.1.7";
preConfigure = ''
substituteInPlace scripts/depmod.sh --replace '-b "$INSTALL_MOD_PATH"' ""
@ -223,7 +223,7 @@ import ./generic.nix (
src = fetchurl {
url = "mirror://kernel/linux/kernel/v3.x/linux-${version}.tar.bz2";
sha256 = "0wdcpfjv56r5cc67ddhprc9vhjxj2qibhp0bl96p3hbqjjpwfpl6";
sha256 = "1l4imli1mykcda2vvdvfr6c3h9ys9km4s0wsy778d58vcs68pc89";
};
config = configWithPlatform stdenv.platform;