linux-3.4: upgrade to 3.4.11

This commit is contained in:
Mathijs Kwik 2012-09-16 10:49:25 +02:00
parent c9b24ba210
commit 7b92af45f8
1 changed files with 2 additions and 2 deletions

View File

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