Skip to content

Commit

Permalink
linux: 4.9.65 -> 4.9.66
Browse files Browse the repository at this point in the history
(cherry picked from commit 777f49b)
  • Loading branch information
NeQuissimus committed Dec 1, 2017
1 parent 6efe075 commit 077d059
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pkgs/os-specific/linux/kernel/linux-4.9.nix
@@ -1,11 +1,11 @@
{ stdenv, hostPlatform, fetchurl, perl, buildLinux, ... } @ args:

import ./generic.nix (args // rec {
version = "4.9.65";
version = "4.9.66";
extraMeta.branch = "4.9";

src = fetchurl {
url = "mirror://kernel/linux/kernel/v4.x/linux-${version}.tar.xz";
sha256 = "15a8a7p6i2dgiglps22cwsy5gsfkc39fy4jzvhjwz8s9fn3p1fi4";
sha256 = "0fwnmba25ww5q4asfz3mqdmbrhfdfgid388701h4xy20pwpjndsy";
};
} // (args.argsOverride or {}))
1 change: 0 additions & 1 deletion pkgs/top-level/all-packages.nix
Expand Up @@ -12295,7 +12295,6 @@ with pkgs;
linux_4_9 = callPackage ../os-specific/linux/kernel/linux-4.9.nix {
kernelPatches =
[ kernelPatches.bridge_stp_helper
kernelPatches.p9_fixes
kernelPatches.cpu-cgroup-v2."4.9"
kernelPatches.modinst_arg_list_too_long
]
Expand Down

0 comments on commit 077d059

Please sign in to comment.