linux: 4.4.80 -> 4.4.95

This commit is contained in:
Franz Pletz 2017-10-30 14:03:10 +01:00
parent 36be7d3e85
commit 0a5ecde808
No known key found for this signature in database
GPG Key ID: 846FDED7792617B4
1 changed files with 2 additions and 9 deletions

View File

@ -1,18 +1,11 @@
{ stdenv, hostPlatform, fetchurl, perl, buildLinux, ... } @ args:
import ./generic.nix (args // rec {
version = "4.4.80";
version = "4.4.95";
extraMeta.branch = "4.4";
src = fetchurl {
url = "mirror://kernel/linux/kernel/v4.x/linux-${version}.tar.xz";
sha256 = "1hs07k49sbpi8yw2mdwn1967i82x4wn6kg0lbjvv5l1pv3alky1l";
sha256 = "07vkxhh435gilxsh9ag6zvf2r9k5l9ffqp72900c50nsfjrdgdrx";
};
kernelPatches = args.kernelPatches;
features.iwlwifi = true;
features.efiBootStub = true;
features.needsCifsUtils = true;
features.netfilterRPFilter = true;
} // (args.argsOverride or {}))