Skip to content

Commit

Permalink
linux_4_9: 4.9.15 -> 4.9.16
Browse files Browse the repository at this point in the history
(cherry picked from commit b5da6ca)
  • Loading branch information
joachifm authored and fpletz committed Mar 20, 2017
1 parent 73a876f commit 20ec021
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,12 +1,12 @@
{ stdenv, fetchurl, perl, buildLinux, ... } @ args:

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

src = fetchurl {
url = "mirror://kernel/linux/kernel/v4.x/linux-${version}.tar.xz";
sha256 = "14sfacaqkk9c66zrl8wkmy5331hczgz5j65yms6pnpwwi82sq3c2";
sha256 = "1r5spbinz8g3iclm9039cddaamj8q5vy455nnr3pvrmxbj8l9d23";
};

kernelPatches = args.kernelPatches;
Expand Down

0 comments on commit 20ec021

Please sign in to comment.