Skip to content

Commit

Permalink
linux: 4.4.102 -> 4.4.103
Browse files Browse the repository at this point in the history
(cherry picked from commit a57a32e)
  • Loading branch information
NeQuissimus committed Dec 1, 2017
1 parent 077d059 commit 8fd3c6e
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.4.nix
@@ -1,11 +1,11 @@
{ stdenv, hostPlatform, fetchurl, perl, buildLinux, ... } @ args:

import ./generic.nix (args // rec {
version = "4.4.102";
version = "4.4.103";
extraMeta.branch = "4.4";

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

0 comments on commit 8fd3c6e

Please sign in to comment.