Author: simons
Date: Thu Feb 23 18:07:09 2012
New Revision: 32517
URL: https://nixos.org/websvn/nix/?rev=32517&sc=1

Log:
linux-3.2.nix: updated to version 3.2.7

Modified:
   nixpkgs/trunk/pkgs/os-specific/linux/kernel/linux-3.2.nix

Modified: nixpkgs/trunk/pkgs/os-specific/linux/kernel/linux-3.2.nix
==============================================================================
--- nixpkgs/trunk/pkgs/os-specific/linux/kernel/linux-3.2.nix   Thu Feb 23 
17:56:52 2012        (r32516)
+++ nixpkgs/trunk/pkgs/os-specific/linux/kernel/linux-3.2.nix   Thu Feb 23 
18:07:09 2012        (r32517)
@@ -226,7 +226,7 @@
 import ./generic.nix (
 
   rec {
-    version = "3.2.4";
+    version = "3.2.7";
     testing = false;
 
     modDirVersion = version;
@@ -234,10 +234,10 @@
     preConfigure = ''
       substituteInPlace scripts/depmod.sh --replace '-b "$INSTALL_MOD_PATH"' ""
     '';
-  
+
     src = fetchurl {
       url = "mirror://kernel/linux/kernel/v3.0/${if testing then "testing/" 
else ""}linux-${version}.tar.bz2";
-      sha256 = 
"1c648a7041e65a167d3fd8beda484a3d55c35cad9d6d189b9949d3c621887da7";
+      sha256 = 
"e80009e097e137b9a1f1efacabc482c1d4b3651b238bf733a41595d0b387ae12";
     };
 
     config = configWithPlatform stdenv.platform;
_______________________________________________
nix-commits mailing list
[email protected]
http://lists.science.uu.nl/mailman/listinfo/nix-commits

Reply via email to