Linux 3.4.30

This commit is contained in:
Shea Levy 2013-02-11 12:57:40 -05:00
parent 45e877f706
commit 3a8631201e

View file

@ -244,7 +244,7 @@ in
import ./generic.nix (
rec {
version = "3.4.29";
version = "3.4.30";
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 = "117s6q71hf0p88bfpj7nsa7rdmz35b0c1vw5x87fd2ysb5lvnz4i";
sha256 = "1vfw4l3g5fsvxk6pihmcyyfvfmwpsn7vcd6kqg6vm8hcjzdx2iq0";
};
config = configWithPlatform stdenv.platform;