Skip to content

Commit

Permalink
linux: 4.4.105 -> 4.4.106
Browse files Browse the repository at this point in the history
(cherry picked from commit 9846d74)
  • Loading branch information
NeQuissimus committed Dec 16, 2017
1 parent 68a4c07 commit 13c8775
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.105";
version = "4.4.106";
extraMeta.branch = "4.4";

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

0 comments on commit 13c8775

Please sign in to comment.