Skip to content

Commit

Permalink
linux: 4.4.110 -> 4.4.111
Browse files Browse the repository at this point in the history
(cherry picked from commit bb13f58e9834908dd7a87c236631a0289f54bb79)
  • Loading branch information
NeQuissimus committed Jan 10, 2018
1 parent 79cb976 commit 3f7e18e
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.110";
version = "4.4.111";
extraMeta.branch = "4.4";

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

0 comments on commit 3f7e18e

Please sign in to comment.