linux-testing: 4.3.0-rc4 -> 4.3.0-rc5

Upstream changes can be found at:

https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/log/?id=refs/tags/v4.3-rc5

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
This commit is contained in:
aszlig 2015-10-13 05:30:14 +02:00
parent 37429a2c74
commit 197547e4ba
No known key found for this signature in database
GPG Key ID: D0EBD0EC8C2DC961

View File

@ -1,13 +1,13 @@
{ stdenv, fetchurl, perl, buildLinux, ... } @ args:
import ./generic.nix (args // rec {
version = "4.3-rc4";
modDirVersion = "4.3.0-rc4";
version = "4.3-rc5";
modDirVersion = "4.3.0-rc5";
extraMeta.branch = "4.3";
src = fetchurl {
url = "mirror://kernel/linux/kernel/v4.x/testing/linux-${version}.tar.xz";
sha256 = "1gb8yrizfj76g2z2m6g6nbc22m4drgxjjam1z1bgrgir23y002m7";
sha256 = "1v4spcg3x2953mc5kw3a0l3ym0783s2px98vhpmy2sfc07hdwlbr";
};
features.iwlwifi = true;