Skip to content

Commit

Permalink
linux: 4.4.98 -> 4.4.99
Browse files Browse the repository at this point in the history
(cherry picked from commit ac470a6)
  • Loading branch information
NeQuissimus committed Nov 18, 2017
1 parent 1ef06c0 commit 3bd9bc1
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.98";
version = "4.4.99";
extraMeta.branch = "4.4";

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

0 comments on commit 3bd9bc1

Please sign in to comment.