linux-3.4: upgrade to 3.4.35

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

View file

@ -244,7 +244,7 @@ in
import ./generic.nix (
rec {
version = "3.4.32";
version = "3.4.35";
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 = "0z218ibz36lpdyjjch94jx12fcghj376x3fkmgxmwdjaz7zngn4i";
sha256 = "1gyl0zgrbvx5w7qwh7amr4f3gl35hdm21zniksgsyx9cbyfxf8a4";
};
config = configWithPlatform stdenv.platform;