linux: 4.4.198 -> 4.4.199

This commit is contained in:
Tim Steinbach 2019-11-06 13:38:23 -05:00
parent 308aba8351
commit 042cf21f74
No known key found for this signature in database
GPG Key ID: 6C654787275A64F1

View File

@ -1,11 +1,11 @@
{ stdenv, buildPackages, fetchurl, perl, buildLinux, ... } @ args:
buildLinux (args // rec {
version = "4.4.198";
version = "4.4.199";
extraMeta.branch = "4.4";
src = fetchurl {
url = "mirror://kernel/linux/kernel/v4.x/linux-${version}.tar.xz";
sha256 = "04pkryy1lc75c88vq5wcjjcxs43i7bb8hhplbfi6s204ipc0iy7c";
sha256 = "1w35j5w9jjlnwl0bis376gh3l6jsy9vpvcpaihr4pj872jcv0f8p";
};
} // (args.argsOverride or {}))