linux-3.6: upgrade to 3.6.7

This commit is contained in:
Mathijs Kwik 2012-11-18 11:11:22 +01:00
parent 6a46699855
commit 3ee85e3a8d

View File

@ -244,7 +244,7 @@ in
import ./generic.nix (
rec {
version = "3.6.6";
version = "3.6.7";
testing = false;
preConfigure = ''
@ -253,7 +253,7 @@ import ./generic.nix (
src = fetchurl {
url = "mirror://kernel/linux/kernel/v3.x/${if testing then "testing/" else ""}linux-${version}.tar.xz";
sha256 = "0fdkfxsfrr5by8l51hr5s7x0294pdb5fr58f923wsd64z1m1x283";
sha256 = "08ivh0md8lcq4xqq98y2ripfb02pykh6qla4zspj76qvl0awvp3x";
};
config = configWithPlatform stdenv.platform;