* Latest 3.0.x, 3.1.x and 3.2.x kernels.

svn path=/nixpkgs/trunk/; revision=33151
This commit is contained in:
Eelco Dolstra 2012-03-16 12:08:41 +00:00
parent d30947aef3
commit a3b099d279
3 changed files with 6 additions and 6 deletions

View File

@ -227,7 +227,7 @@ in
import ./generic.nix (
rec {
version = "3.0.9";
version = "3.0.24";
preConfigure = ''
substituteInPlace scripts/depmod.sh --replace '-b "$INSTALL_MOD_PATH"' ""
@ -235,7 +235,7 @@ import ./generic.nix (
src = fetchurl {
url = "mirror://kernel/linux/kernel/v3.x/linux-${version}.tar.bz2";
sha256 = "1dcn371za577fxw64vk9ry69bihf16l1hk6rs380qnhr6msxr478";
sha256 = "0j783ivlgg66jvasxaapimyzaqyn61jlz4abhkynckr4h5hrpvw4";
};
config = configWithPlatform stdenv.platform;

View File

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

View File

@ -226,7 +226,7 @@ in
import ./generic.nix (
rec {
version = "3.2.7";
version = "3.2.11";
testing = false;
modDirVersion = version;
@ -237,7 +237,7 @@ import ./generic.nix (
src = fetchurl {
url = "mirror://kernel/linux/kernel/v3.0/${if testing then "testing/" else ""}linux-${version}.tar.bz2";
sha256 = "e80009e097e137b9a1f1efacabc482c1d4b3651b238bf733a41595d0b387ae12";
sha256 = "1hacfmf08ydzf4xlg6wkkckl5icj7w9h3nh17myz1s67bp7q61qs";
};
config = configWithPlatform stdenv.platform;