linux: update to 3.8.5

This commit is contained in:
Lluís Batlle i Rossell 2013-03-31 09:27:25 +02:00
parent 86e5e52d99
commit bee99995d9

View file

@ -252,7 +252,7 @@ in
import ./generic.nix (
rec {
version = "3.8.4";
version = "3.8.5";
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 = "0sxh4nwmj49n9l0rnfpgvgvgxx47mdfmpg5syvn854zfb5sv0fvy";
sha256 = "1f1b6e09cb6ba656b28a41eb9e16e11576879f14574c0cb861b24734f3c5899f";
};
config = configWithPlatform stdenv.platform;