linux-3.7: upgrade to 3.7.10

This commit is contained in:
Mathijs Kwik 2013-03-04 22:38:17 +01:00
parent 01c5d2d702
commit c7c6592f6f

View File

@ -251,7 +251,7 @@ in
import ./generic.nix (
rec {
version = "3.7.9";
version = "3.7.10";
testing = false;
preConfigure = ''
@ -260,7 +260,7 @@ import ./generic.nix (
src = fetchurl {
url = "mirror://kernel/linux/kernel/v3.x/${if testing then "testing/" else ""}linux-${version}.tar.xz";
sha256 = "1d9834flw0jyfn0lq1l0ahp8v12p227qn6z39v1pk53dap1zl0v1";
sha256 = "1l8b40z95ahc2v9babmhrbi8jn2bhwkapq0libq0z21iipqsya4v";
};
config = configWithPlatform stdenv.platform;