Skip to content

Commit

Permalink
linux: 4.9.62 -> 4.9.63
Browse files Browse the repository at this point in the history
(cherry picked from commit c6f1290)
  • Loading branch information
NeQuissimus committed Nov 18, 2017
1 parent db91553 commit 1ef06c0
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.62";
version = "4.9.63";
extraMeta.branch = "4.9";

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

0 comments on commit 1ef06c0

Please sign in to comment.