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
This commit is contained in:
Shea Levy 2011-09-12 03:38:12 +00:00
parent 6a73467eac
commit 4a47336cb5

View File

@ -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;