summary refs log tree commit diff
path: root/pkgs/os-specific/linux
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2012-07-10 09:18:12 -0400
committerEelco Dolstra <eelco.dolstra@logicblox.com>2012-07-10 09:18:12 -0400
commit0b072598652b74e2c1b858479a16019be5bbe39d (patch)
treeb2dd375614b9c1945b2739bac20b6ab0f126779a /pkgs/os-specific/linux
parenta6c8986ee03ab8573b9d7028f847841a97d30835 (diff)
downloadnixpkgs-0b072598652b74e2c1b858479a16019be5bbe39d.tar
nixpkgs-0b072598652b74e2c1b858479a16019be5bbe39d.tar.gz
nixpkgs-0b072598652b74e2c1b858479a16019be5bbe39d.tar.bz2
nixpkgs-0b072598652b74e2c1b858479a16019be5bbe39d.tar.lz
nixpkgs-0b072598652b74e2c1b858479a16019be5bbe39d.tar.xz
nixpkgs-0b072598652b74e2c1b858479a16019be5bbe39d.tar.zst
nixpkgs-0b072598652b74e2c1b858479a16019be5bbe39d.zip
linux: Update to 3.2.22
Diffstat (limited to 'pkgs/os-specific/linux')
-rw-r--r--pkgs/os-specific/linux/kernel/linux-3.2.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/os-specific/linux/kernel/linux-3.2.nix b/pkgs/os-specific/linux/kernel/linux-3.2.nix
index aa5ef29a609..70b9d9dcf38 100644
--- a/pkgs/os-specific/linux/kernel/linux-3.2.nix
+++ b/pkgs/os-specific/linux/kernel/linux-3.2.nix
@@ -237,7 +237,7 @@ in
 import ./generic.nix (
 
   rec {
-    version = "3.2.21";
+    version = "3.2.22";
     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 = "0m3jn3nr1ghlhxch06hv9naidfy1kiwyabyzdl6k5lwkbqi7l1gi";
+      sha256 = "1nf3ph06p743jjxfgwwcy8156mx4fi1cy7zi7hc1gz5bq4c0k8mw";
     };
 
     config = configWithPlatform stdenv.platform;