linux-3.4: upgrade to 3.4.21

This commit is contained in:
Mathijs Kwik 2012-12-04 10:38:54 +01:00
parent 47362f67ea
commit 38740214cb

View File

@ -239,7 +239,7 @@ in
import ./generic.nix (
rec {
version = "3.4.20";
version = "3.4.21";
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 = "134kfzsdq5mhdizqik293lnqp9nd3bpgz5n3033wws7pslildp24";
sha256 = "0g5w2whs1bhkga8niizsx0x7hskk2inb04mx8qzbacaya107sg9x";
};
config = configWithPlatform stdenv.platform;