Linux 3.0.53

This commit is contained in:
Shea Levy 2012-11-26 15:37:06 -05:00
parent 7e4d863252
commit 1180478089

View file

@ -230,7 +230,7 @@ in
import ./generic.nix (
rec {
version = "3.0.52";
version = "3.0.53";
preConfigure = ''
substituteInPlace scripts/depmod.sh --replace '-b "$INSTALL_MOD_PATH"' ""
@ -238,7 +238,7 @@ import ./generic.nix (
src = fetchurl {
url = "mirror://kernel/linux/kernel/v3.x/linux-${version}.tar.xz";
sha256 = "09iszqkxnwkcmm4cwh7320jrwbpwgzx0v05l8mq36p8ix3s926k6";
sha256 = "0nrlfsi3y3cw398yz4qqh54ymzwxj3jm85g74zm8z2bhqnwmd28d";
};
config = configWithPlatform stdenv.platform;