Author: shlevy
Date: Mon Apr  2 20:15:19 2012
New Revision: 33546
URL: https://nixos.org/websvn/nix/?rev=33546&sc=1

Log:
Linux 3.3.1

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

Modified: nixpkgs/trunk/pkgs/os-specific/linux/kernel/linux-3.3.nix
==============================================================================
--- nixpkgs/trunk/pkgs/os-specific/linux/kernel/linux-3.3.nix   Mon Apr  2 
18:44:09 2012        (r33545)
+++ nixpkgs/trunk/pkgs/os-specific/linux/kernel/linux-3.3.nix   Mon Apr  2 
20:15:19 2012        (r33546)
@@ -225,19 +225,19 @@
 import ./generic.nix (
 
   rec {
-    version = "3.3";
+    version = "3.3.1";
 
     testing = false;
 
-    modDirVersion = "3.3.0";
+    modDirVersion = "3.3.1";
 
     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 = "0czk8bj46r3r95iz6gi7xkavhjx847s5p9248vabi0c1wjs6kmlg";
+      url = "mirror://kernel/linux/kernel/v3.x/${if testing then "testing/" 
else ""}linux-${version}.tar.xz";
+      sha256 = "0b29ijg578nib9hxmzxsvi3jqydcbxdggp0n2k3x0bc14dwzyv0q";
     };
 
     config = configWithPlatform stdenv.platform;
_______________________________________________
nix-commits mailing list
[email protected]
http://lists.science.uu.nl/mailman/listinfo/nix-commits

Reply via email to