linux: 4.8.14 -> 4.8.15

This commit is contained in:
Tim Steinbach 2016-12-16 08:16:45 -05:00
parent cb9ff3f7f9
commit 0e8e4a08f3
No known key found for this signature in database
GPG Key ID: 472BFCCA96BD0EDA
2 changed files with 2 additions and 3 deletions

View File

@ -1,12 +1,12 @@
{ stdenv, fetchurl, perl, buildLinux, ... } @ args:
import ./generic.nix (args // rec {
version = "4.8.14";
version = "4.8.15";
extraMeta.branch = "4.8";
src = fetchurl {
url = "mirror://kernel/linux/kernel/v4.x/linux-${version}.tar.xz";
sha256 = "1ksszmlgb6cwqx90rn0cavg1n6xvhwn9nragwl7sha11hpbl9qw1";
sha256 = "1vlgacsdcww333n9vm2pmdfkcpkjhavrh1aalrr7p6vj2c4jc18n";
};
kernelPatches = args.kernelPatches;

View File

@ -11028,7 +11028,6 @@ in
linux_4_8 = callPackage ../os-specific/linux/kernel/linux-4.8.nix {
kernelPatches =
[ kernelPatches.bridge_stp_helper
kernelPatches.multithreaded_rsapubkey
# See pkgs/os-specific/linux/kernel/cpu-cgroup-v2-patches/README.md
# when adding a new linux version
# !!! 4.7 patch doesn't apply, 4.8 patch not up yet, will keep checking