linux: 4.13-rc3 -> 4.13-rc4

This commit is contained in:
Tim Steinbach 2017-08-07 11:40:01 -04:00
parent ea2a10e143
commit 06af1df857
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-rc3";
modDirVersion = "4.13.0-rc3";
version = "4.13-rc4";
modDirVersion = "4.13.0-rc4";
extraMeta.branch = "4.13";
src = fetchurl {
url = "https://git.kernel.org/torvalds/t/linux-${version}.tar.gz";
sha256 = "07cxqf57hgs3wnbvkqixiwhjrwdf433pjwmh0hv1id0bk8wdrjjl";
sha256 = "00yiihmgifvl4bas861p87166nb1mf59b6nm5jsfk2zr27pszlyx";
};
features.iwlwifi = true;