linux: 4.13-rc6 -> 4.13-rc7

This commit is contained in:
Tim Steinbach 2017-08-28 11:59:37 -04:00
parent c8bdd873ff
commit 163b3e853b
No known key found for this signature in database
GPG key ID: 472BFCCA96BD0EDA

View file

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