Author: shlevy
Date: Mon Sep 12 03:38:12 2011
New Revision: 29198
URL: https://ssl.nixos.org/websvn/nix/?rev=29198&sc=1

Log:
linux-3.1.nix: Bump to rc5

I wanted to wait for kernel.org to get back up, but there doesn't seem to be 
any information about when that will be. If you don't trust that this is 
Torvalds' github, see https://lkml.org/lkml/2011/9/4/92 for how to verify

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

Modified: nixpkgs/trunk/pkgs/os-specific/linux/kernel/linux-3.1.nix
==============================================================================
--- nixpkgs/trunk/pkgs/os-specific/linux/kernel/linux-3.1.nix   Sun Sep 11 
20:48:02 2011        (r29197)
+++ nixpkgs/trunk/pkgs/os-specific/linux/kernel/linux-3.1.nix   Mon Sep 12 
03:38:12 2011        (r29198)
@@ -200,13 +200,14 @@
 import ./generic.nix (
 
   rec {
-    version = "3.1-rc4";
+    version = "3.1-rc5";
 
-    modDirVersion = "3.1.0-rc4";
+    modDirVersion = "3.1.0-rc5";
   
     src = fetchurl {
-      url = 
"mirror://kernel/linux/kernel/v3.x/testing/linux-${version}.tar.bz2";
-      sha256 = "1inb4iyj9r7lk68bw1mznxk726n3cxcbylqnb62ycisi1z2gxwjw";
+      url = "https://github.com/torvalds/linux/tarball/v${version}";;
+      sha256 = "1gs12hnkci1w21wwkpd9985ws6aldki6gzgdi4xmffcr4ypf1j4k";
+      name = "v${version}.tar.gz";
     };
 
     config = configWithPlatform stdenv.platform;
_______________________________________________
nix-commits mailing list
nix-comm...@cs.uu.nl
http://mail.cs.uu.nl/mailman/listinfo/nix-commits

Reply via email to