From 242e54dab61804d5e5e860af4ff9b88bdb1420f8 Mon Sep 17 00:00:00 2001 From: Shea Levy Date: Mon, 30 Apr 2012 17:31:39 +0000 Subject: [PATCH] Linux 3.3.4 (not compile tested, sorry svn path=/nixpkgs/trunk/; revision=33956 --- 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 94e2d9e0dc6..b08f091014c 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.3"; + version = "3.3.4"; 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 = "1i0wxn40iwv4pl3azqq1dhzxi0sxfk4na3lrl9n8k5aip74yqyfb"; + sha256 = "0c3bayhbvlrmfqqq43s4vp194wc97lss2vwng1dhslll7yady286"; }; config = configWithPlatform stdenv.platform;