linux: Update to 3.2.33

This commit is contained in:
Eelco Dolstra 2012-10-31 13:48:04 +01:00
parent 7a4e0c6b96
commit 1d384b0fe0

View file

@ -237,7 +237,7 @@ in
import ./generic.nix (
rec {
version = "3.2.32";
version = "3.2.33";
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 = "0kp52fz5xkaypgn19qa47bbrawj04g0vv0lfmx5vc51cvxljipa0";
sha256 = "19m8w332vlm0h1by365k1f85q2j067klr5ryrkkihdymwl3ddb3n";
};
config = configWithPlatform stdenv.platform;