Linux 3.0.9 and 3.1.1

svn path=/nixpkgs/trunk/; revision=30427
This commit is contained in:
Shea Levy 2011-11-14 16:55:50 +00:00
parent 1a4f43c7b3
commit 9a9df48782
2 changed files with 4 additions and 6 deletions

View file

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

View file

@ -205,9 +205,7 @@ in
import ./generic.nix (
rec {
version = "3.1";
modDirVersion = "3.1.0";
version = "3.1.1";
preConfigure = ''
substituteInPlace scripts/depmod.sh --replace '-b "$INSTALL_MOD_PATH"' ""
@ -215,7 +213,7 @@ import ./generic.nix (
src = fetchurl {
url = "mirror://kernel/linux/kernel/v3.x/linux-${version}.tar.bz2";
sha256 = "0nck9cx66crqhw17y4vc3rfqrcz5269nwn2p5dh0qjvmihvx4wr5";
sha256 = "01ymsdq0c4fv1yxvxh17ccmsj8xl308j1n6rzrknaswb7gz2xp60";
};
config = configWithPlatform stdenv.platform;