linux-3.8: upgrade to 3.8.7

This commit is contained in:
Mathijs Kwik 2013-04-14 00:06:13 +02:00
parent e20d9d0a97
commit 56afb97e87

View File

@ -252,7 +252,7 @@ in
import ./generic.nix (
rec {
version = "3.8.6";
version = "3.8.7";
testing = false;
preConfigure = ''
@ -261,7 +261,7 @@ import ./generic.nix (
src = fetchurl {
url = "mirror://kernel/linux/kernel/v3.x/${if testing then "testing/" else ""}linux-${version}.tar.xz";
sha256 = "036i1hx2b49ssymw3xv73dz628n5yxbsngbfvsp4l7ww6brria5g";
sha256 = "1d6k2dlh0zh64i92jnhx60353jhkiynfy6hnrby34sajfshl01jl";
};
config = configWithPlatform stdenv.platform;