Linux 3.6.4

This commit is contained in:
Shea Levy 2012-10-28 22:13:59 -04:00
parent 1da5d34957
commit 9f221073c2

View File

@ -244,7 +244,7 @@ in
import ./generic.nix (
rec {
version = "3.6.3";
version = "3.6.4";
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 = "0f1shqhamwmv5sjgr9jcvk5xfdj3lcy5pzymwzj26qv72217vh99";
sha256 = "0y64hd9cdrg9fpkwsww8s7dvq7z55k55a5pd06kkr1kwgjxqnj4a";
};
config = configWithPlatform stdenv.platform;