Skip to content

Commit

Permalink
linux: 4.9.85 -> 4.9.86
Browse files Browse the repository at this point in the history
(cherry picked from commit 54cf4b9ae811beb441cc97c8daf245f0220fa1a3)
  • Loading branch information
NeQuissimus committed Mar 4, 2018
1 parent 2c3a9da commit e797cf9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/os-specific/linux/kernel/linux-4.9.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.9.85";
version = "4.9.86";
extraMeta.branch = "4.9";

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

0 comments on commit e797cf9

Please sign in to comment.