Skip to content

Commit

Permalink
linux: 4.4.99 -> 4.4.100
Browse files Browse the repository at this point in the history
(cherry picked from commit 3300ec2)
  • Loading branch information
NeQuissimus committed Nov 21, 2017
1 parent 63fa303 commit 74c9da9
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.99";
version = "4.4.100";
extraMeta.branch = "4.4";

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

0 comments on commit 74c9da9

Please sign in to comment.