Linux 3.7.5

This commit is contained in:
Shea Levy 2013-01-28 00:12:35 -05:00
parent 4bf80b462d
commit 2afdaf0e82

View file

@ -247,7 +247,7 @@ in
import ./generic.nix (
rec {
version = "3.7.3";
version = "3.7.5";
testing = false;
preConfigure = ''
@ -256,7 +256,7 @@ import ./generic.nix (
src = fetchurl {
url = "mirror://kernel/linux/kernel/v3.x/${if testing then "testing/" else ""}linux-${version}.tar.xz";
sha256 = "05421g78kx01ia0pq3d3y3gkrzqb5grfhhy7vy1ixlq8a23kc6b7";
sha256 = "1x8wpc33h3xib3c98icpw8b652lqdqcw0sal0fky4wrb7v22kshd";
};
config = configWithPlatform stdenv.platform;