linux-3.2.nix: updated to version 3.2.7
svn path=/nixpkgs/trunk/; revision=32517
This commit is contained in:
parent
7c2ca58329
commit
1ee7c4250f
@ -226,7 +226,7 @@ in
|
||||
import ./generic.nix (
|
||||
|
||||
rec {
|
||||
version = "3.2.4";
|
||||
version = "3.2.7";
|
||||
testing = false;
|
||||
|
||||
modDirVersion = version;
|
||||
@ -234,10 +234,10 @@ import ./generic.nix (
|
||||
preConfigure = ''
|
||||
substituteInPlace scripts/depmod.sh --replace '-b "$INSTALL_MOD_PATH"' ""
|
||||
'';
|
||||
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://kernel/linux/kernel/v3.0/${if testing then "testing/" else ""}linux-${version}.tar.bz2";
|
||||
sha256 = "1c648a7041e65a167d3fd8beda484a3d55c35cad9d6d189b9949d3c621887da7";
|
||||
sha256 = "e80009e097e137b9a1f1efacabc482c1d4b3651b238bf733a41595d0b387ae12";
|
||||
};
|
||||
|
||||
config = configWithPlatform stdenv.platform;
|
||||
|
Loading…
x
Reference in New Issue
Block a user