Skip to content

Commit

Permalink
linux: 4.4.109 -> 4.4.110
Browse files Browse the repository at this point in the history
(cherry picked from commit ad216663f05161a175c8ce60a7e1305dbb67afe0)
  • Loading branch information
NeQuissimus committed Jan 5, 2018
1 parent f4e2b93 commit 81373e4
Showing 1 changed file with 2 additions and 2 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.109";
version = "4.4.110";
extraMeta.branch = "4.4";

src = fetchurl {
url = "mirror://kernel/linux/kernel/v4.x/linux-${version}.tar.xz";
sha256 = "1i73xn85p6c62rafipmf9ja9ya149aaz6lbgnhl989fyyyh2bjd2";
sha256 = "0n6v872ahny9j29lh60c7ha5fa1as9pdag7jsb5fcy2nmid1g6fh";
};
} // (args.argsOverride or {}))

0 comments on commit 81373e4

Please sign in to comment.