linux-3.4: upgrade to 3.4.37

This commit is contained in:
Mathijs Kwik 2013-03-21 15:45:22 +01:00
parent 42d29c2afb
commit b7bb81bc1f

View file

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