linux-testing: 4.13-rc2 -> 4.13-rc3

Tested via building the linux_testing attribute, but didn't test it at
runtime (yet).

Diffed unpacked tarball against my local git clone and the contents
match.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
This commit is contained in:
aszlig 2017-07-31 08:41:48 +02:00
parent 740d76371e
commit 979817d153
No known key found for this signature in database
GPG key ID: 1DE8E48E57DB5436

View file

@ -1,13 +1,13 @@
{ stdenv, hostPlatform, fetchurl, perl, buildLinux, ... } @ args:
import ./generic.nix (args // rec {
version = "4.13-rc2";
modDirVersion = "4.13.0-rc2";
version = "4.13-rc3";
modDirVersion = "4.13.0-rc3";
extraMeta.branch = "4.13";
src = fetchurl {
url = "https://git.kernel.org/torvalds/t/linux-${version}.tar.gz";
sha256 = "1ni0z3v8zkqlmxn4czbw71yaipp6hbyh39vxdzpqy1dqn7zalmif";
sha256 = "07cxqf57hgs3wnbvkqixiwhjrwdf433pjwmh0hv1id0bk8wdrjjl";
};
features.iwlwifi = true;