linux-3.0: upgrade to 3.0.73

This commit is contained in:
Mathijs Kwik 2013-04-14 00:05:44 +02:00
parent 74c4e30a9c
commit 407f07e7e6

View file

@ -231,7 +231,7 @@ in
import ./generic.nix (
rec {
version = "3.0.72";
version = "3.0.73";
preConfigure = ''
substituteInPlace scripts/depmod.sh --replace '-b "$INSTALL_MOD_PATH"' ""
@ -239,7 +239,7 @@ import ./generic.nix (
src = fetchurl {
url = "mirror://kernel/linux/kernel/v3.x/linux-${version}.tar.xz";
sha256 = "17whpcxibn6z1i1zjwx0vim33al9vgjp3jlvmam06qlxrl4i2q6w";
sha256 = "1advdnl37jypiv1vyq5b3qapw2vbncm5d7wfc8far9vgvj8hwsqz";
};
config = configWithPlatform stdenv.platform;