Skip to content

Commit

Permalink
linux: 4.9.63 -> 4.9.64
Browse files Browse the repository at this point in the history
(cherry picked from commit 03a3ab5)
  • Loading branch information
NeQuissimus committed Nov 21, 2017
1 parent 5125792 commit 63fa303
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
@@ -1,11 +1,11 @@
{ stdenv, hostPlatform, fetchurl, perl, buildLinux, ... } @ args:

import ./generic.nix (args // rec {
version = "4.9.63";
version = "4.9.64";
extraMeta.branch = "4.9";

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

0 comments on commit 63fa303

Please sign in to comment.