linux: 4.4.218 -> 4.4.219

This commit is contained in:
Tim Steinbach 2020-04-13 08:35:32 -04:00
parent 8686922e68
commit 3a8f6159cb
No known key found for this signature in database
GPG Key ID: 6538CB9266B06F31
2 changed files with 2 additions and 7 deletions

View File

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

View File

@ -16623,11 +16623,6 @@ in
kernelPatches.request_key_helper_updated kernelPatches.request_key_helper_updated
kernelPatches.cpu-cgroup-v2."4.4" kernelPatches.cpu-cgroup-v2."4.4"
kernelPatches.modinst_arg_list_too_long kernelPatches.modinst_arg_list_too_long
# https://github.com/NixOS/nixpkgs/issues/42755
# Remove these xen-netfront patches once they're included in
# upstream! Fixes https://github.com/NixOS/nixpkgs/issues/42755
kernelPatches.xen-netfront_fix_mismatched_rtnl_unlock
kernelPatches.xen-netfront_update_features_after_registering_netdev
]; ];
}; };