Skip to content
This repository has been archived by the owner on Apr 12, 2021. It is now read-only.

Commit

Permalink
kernel: 4.8.15 -> 4.8.16
Browse files Browse the repository at this point in the history
(cherry picked from commit ecf87b1)
  • Loading branch information
NeQuissimus committed Jan 6, 2017
1 parent 303ff51 commit e4d7458
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/os-specific/linux/kernel/linux-4.8.nix
@@ -1,12 +1,12 @@
{ stdenv, fetchurl, perl, buildLinux, ... } @ args:

import ./generic.nix (args // rec {
version = "4.8.15";
version = "4.8.16";
extraMeta.branch = "4.8";

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

kernelPatches = args.kernelPatches;
Expand Down

0 comments on commit e4d7458

Please sign in to comment.