3
0
Fork 0
forked from mirrors/nixpkgs

linux-testing: Update to version 3.19-rc7.

Running -rc6 always feels kinda rusty and old, so there is the pressing
urge to update... into the future... swooooooosh!

Signature verified against key with fingerprint:

ABAF 11C6 5A29 70B1 30AB  E3C4 79BE 3E43 0041 1886

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
This commit is contained in:
aszlig 2015-02-02 19:50:56 +01:00
parent fefb81fb16
commit 78bbd6f7c6
No known key found for this signature in database
GPG key ID: D0EBD0EC8C2DC961

View file

@ -1,13 +1,13 @@
{ stdenv, fetchurl, ... } @ args:
import ./generic.nix (args // rec {
version = "3.19-rc6";
modDirVersion = "3.19.0-rc6";
version = "3.19-rc7";
modDirVersion = "3.19.0-rc7";
extraMeta.branch = "3.19";
src = fetchurl {
url = "mirror://kernel/linux/kernel/v3.x/testing/linux-${version}.tar.xz";
sha256 = "04lb9fh85y68zhhyzimvgzjz6qngjszkavklfhd4sly70f8i6bsh";
sha256 = "007xjngbyvdx127rkrzxs23kxcw2z54gzad9954iwhphqw0kpq9x";
};
features.iwlwifi = true;