linux-3.9: upgrade to 3.9.0

This commit is contained in:
Mathijs Kwik 2013-04-30 09:25:06 +02:00
parent b18c7b5891
commit d8489d37ed

View file

@ -252,9 +252,9 @@ in
import ./generic.nix (
rec {
version = "3.9-rc8";
modDirVersion = "3.9.0-rc8";
testing = true;
version = "3.9";
modDirVersion = "3.9.0";
testing = false;
preConfigure = ''
substituteInPlace scripts/depmod.sh --replace '-b "$INSTALL_MOD_PATH"' ""
@ -262,7 +262,7 @@ import ./generic.nix (
src = fetchurl {
url = "mirror://kernel/linux/kernel/v3.x/${if testing then "testing/" else ""}linux-${version}.tar.xz";
sha256 = "0lhi0v57sx7wyba1y4g2vij44rk0fc2ph0p3yybjrg6ljij8yb9b";
sha256 = "0ha5ym9ssvz14kb8w6zksk4s867mmd07dkfp5kg7iisxxrj3xg30";
};
config = configWithPlatform stdenv.platform;