linux-3.0: upgrade to 3.0.77

This commit is contained in:
Mathijs Kwik 2013-05-08 22:32:25 +02:00
parent 0223566f6e
commit 7d2f148c53
1 changed files with 2 additions and 2 deletions
pkgs/os-specific/linux/kernel

View File

@ -231,7 +231,7 @@ in
import ./generic.nix ( import ./generic.nix (
rec { rec {
version = "3.0.75"; version = "3.0.77";
preConfigure = '' preConfigure = ''
substituteInPlace scripts/depmod.sh --replace '-b "$INSTALL_MOD_PATH"' "" substituteInPlace scripts/depmod.sh --replace '-b "$INSTALL_MOD_PATH"' ""
@ -239,7 +239,7 @@ import ./generic.nix (
src = fetchurl { src = fetchurl {
url = "mirror://kernel/linux/kernel/v3.x/linux-${version}.tar.xz"; url = "mirror://kernel/linux/kernel/v3.x/linux-${version}.tar.xz";
sha256 = "08b4ibyxihsy36n0grg08iywxi23f29s15l3h0sa1dssxxhr1kf9"; sha256 = "15v4csqxf5mzz8rgrrrhv5x6ggi16ahfyha63cgvsnjzg643ix78";
}; };
config = configWithPlatform stdenv.platform; config = configWithPlatform stdenv.platform;