linux-3.4: upgrade to 3.4.10

This commit is contained in:
Mathijs Kwik 2012-08-30 17:39:18 +02:00
parent 8f1a34e228
commit 6fabe047c6

View file

@ -239,7 +239,7 @@ in
import ./generic.nix (
rec {
version = "3.4.9";
version = "3.4.10";
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 = "02rnzpnfs7hfsglrgwr1450ssj47da1w079rmvzh1k0apy7qdpzm";
sha256 = "03xfiyhv6zl3wn78bgm7a30w4hs2p328s447slilp0z2w09jqn4q";
};
config = configWithPlatform stdenv.platform;