linux: Update to 3.2.28

This commit is contained in:
Eelco Dolstra 2012-08-20 09:56:39 -04:00
parent a886d4f2ab
commit e91a4fb1e4

View file

@ -237,7 +237,7 @@ in
import ./generic.nix (
rec {
version = "3.2.27";
version = "3.2.28";
testing = false;
modDirVersion = version;
@ -248,7 +248,7 @@ import ./generic.nix (
src = fetchurl {
url = "mirror://kernel/linux/kernel/v3.0/${if testing then "testing/" else ""}linux-${version}.tar.xz";
sha256 = "1lchjh6s6mld83yq8gmcla6pydyap412bkyg3qb591ylnhdmg51k";
sha256 = "0v4mbqf0mgnshhkq3symlliaz1jwa7vx7195r3qls390plc9g0nl";
};
config = configWithPlatform stdenv.platform;