Linux 3.4.20

This commit is contained in:
Shea Levy 2012-11-26 15:41:55 -05:00
parent 1180478089
commit d4d1100123

View file

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