linux-3.4: upgrade to 3.4.7

This commit is contained in:
Mathijs Kwik 2012-07-31 10:26:18 +02:00
parent cae8bec490
commit b5d4e8a17a

View file

@ -239,7 +239,7 @@ in
import ./generic.nix (
rec {
version = "3.4.6";
version = "3.4.7";
testing = false;
preConfigure = ''
@ -248,7 +248,7 @@ import ./generic.nix (
src = fetchurl {
url = "mirror://kernel/linux/kernel/v3.x/${if testing then "testing/" else ""}linux-${version}.tar.xz";
sha256 = "0302q8m4xq0pidsd8ga0568sb620pk4il2kb8gi7dhsq615himjh";
sha256 = "0y93f6vjax4bwl6w73yqxn7dnv43ywd5vf5f5q27fm7y49m9ch95";
};
config = configWithPlatform stdenv.platform;