Linux 3.7.1

This commit is contained in:
Shea Levy 2012-12-17 17:45:01 -05:00
parent baa5ebfbdf
commit 9247552a91

View File

@ -245,18 +245,16 @@ in
import ./generic.nix (
rec {
version = "3.7";
version = "3.7.1";
testing = false;
modDirVersion = "3.7.0";
preConfigure = ''
substituteInPlace scripts/depmod.sh --replace '-b "$INSTALL_MOD_PATH"' ""
'';
src = fetchurl {
url = "mirror://kernel/linux/kernel/v3.x/${if testing then "testing/" else ""}linux-${version}.tar.xz";
sha256 = "0n4lddghf0mvp3jrq4lckii88yvm6mwmfp0ibwsw7vkfyw5lv9k0";
sha256 = "0mbjvrr0658gg052hbf32vfcmlzfsr777wgmaxrpkpzbfs1qpjp1";
};
config = configWithPlatform stdenv.platform;