Skip to content

Commit

Permalink
linux: 4.4.106 -> 4.4.107
Browse files Browse the repository at this point in the history
(cherry picked from commit f358d8dd861281049a441d055a76be59f2220940)
NeQuissimus committed Dec 20, 2017

Verified

This commit was signed with the committer’s verified signature.
NeQuissimus Tim Steinbach
1 parent f5bc177 commit 76ad2a5
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
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{ stdenv, hostPlatform, fetchurl, perl, buildLinux, ... } @ args:

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

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

0 comments on commit 76ad2a5

Please sign in to comment.