From b64a1dac462ac9b3b3b1f77a235d9fcfa39a5778 Mon Sep 17 00:00:00 2001 From: Shea Levy Date: Sat, 12 May 2012 17:50:19 +0000 Subject: [PATCH] Linux 3.3.6 svn path=/nixpkgs/trunk/; revision=34070 --- pkgs/os-specific/linux/kernel/linux-3.3.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/os-specific/linux/kernel/linux-3.3.nix b/pkgs/os-specific/linux/kernel/linux-3.3.nix index 6e85d201fc8..b6c74b79b83 100644 --- a/pkgs/os-specific/linux/kernel/linux-3.3.nix +++ b/pkgs/os-specific/linux/kernel/linux-3.3.nix @@ -233,7 +233,7 @@ in import ./generic.nix ( rec { - version = "3.3.5"; + version = "3.3.6"; testing = false; preConfigure = '' @@ -242,7 +242,7 @@ import ./generic.nix ( src = fetchurl { url = "mirror://kernel/linux/kernel/v3.x/${if testing then "testing/" else ""}linux-${version}.tar.xz"; - sha256 = "0i74jn47f6vs5kcvk8abvz3k08z32c9bbqw0sdjkdxwvr4jbczpv"; + sha256 = "04hplilmy9ks6nxi4292mcqwil6b5vinx90w23m41bll1x32gbq8"; }; config = configWithPlatform stdenv.platform;