Linux 3.3.1
svn path=/nixpkgs/trunk/; revision=33546
This commit is contained in:
parent
943904a809
commit
8585f4000b
1 changed files with 4 additions and 4 deletions
|
@ -225,19 +225,19 @@ in
|
|||
import ./generic.nix (
|
||||
|
||||
rec {
|
||||
version = "3.3";
|
||||
version = "3.3.1";
|
||||
|
||||
testing = false;
|
||||
|
||||
modDirVersion = "3.3.0";
|
||||
modDirVersion = "3.3.1";
|
||||
|
||||
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 = "0czk8bj46r3r95iz6gi7xkavhjx847s5p9248vabi0c1wjs6kmlg";
|
||||
url = "mirror://kernel/linux/kernel/v3.x/${if testing then "testing/" else ""}linux-${version}.tar.xz";
|
||||
sha256 = "0b29ijg578nib9hxmzxsvi3jqydcbxdggp0n2k3x0bc14dwzyv0q";
|
||||
};
|
||||
|
||||
config = configWithPlatform stdenv.platform;
|
||||
|
|
Loading…
Reference in a new issue