about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2011-06-08 10:36:50 +0000
committerEelco Dolstra <eelco.dolstra@logicblox.com>2011-06-08 10:36:50 +0000
commit0a127bf64bec6d5af04dfc9bd29dfed97e95bc39 (patch)
treedadbab4caf1ae0d821cde6928a342ab31ccf7688 /pkgs
parent52f40b180df8e9ae6880f232e0ed0a66bf20f201 (diff)
* Linux 2.6.32.41.
svn path=/nixpkgs/trunk/; revision=27395
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/os-specific/linux/kernel/linux-2.6.32.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/os-specific/linux/kernel/linux-2.6.32.nix b/pkgs/os-specific/linux/kernel/linux-2.6.32.nix
index f8fa188b6e637..dfbdc534e11b5 100644
--- a/pkgs/os-specific/linux/kernel/linux-2.6.32.nix
+++ b/pkgs/os-specific/linux/kernel/linux-2.6.32.nix
@@ -198,11 +198,11 @@ in
 import ./generic.nix (
 
   rec {
-    version = "2.6.32.40";
+    version = "2.6.32.41";
   
     src = fetchurl {
       url = "mirror://kernel/linux/kernel/v2.6/longterm/v2.6.32/linux-${version}.tar.bz2";
-      sha256 = "1wdfyyrw25a36ly4kamvrz02azsq5cp56pjrql0b5zj671hk6hal";
+      sha256 = "0s1ck6q1zv1jy7zgbm89f2lk1m991wrp2fp7cffrinnzmx8j96lk";
     };
 
     config = configWithPlatform stdenv.platform;