From 4a47336cb5a87c2b1ef045e4d0ad3bca4704b289 Mon Sep 17 00:00:00 2001 From: Shea Levy Date: Mon, 12 Sep 2011 03:38:12 +0000 Subject: [PATCH] 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 svn path=/nixpkgs/trunk/; revision=29198 --- pkgs/os-specific/linux/kernel/linux-3.1.nix | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/pkgs/os-specific/linux/kernel/linux-3.1.nix b/pkgs/os-specific/linux/kernel/linux-3.1.nix index 4f0f6380ae3..8cd5381aec3 100644 --- a/pkgs/os-specific/linux/kernel/linux-3.1.nix +++ b/pkgs/os-specific/linux/kernel/linux-3.1.nix @@ -200,13 +200,14 @@ in 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;