Skip to content

Commit

Permalink
linux: 4.8.10 -> 4.8.11
Browse files Browse the repository at this point in the history
  • Loading branch information
NeQuissimus committed Nov 26, 2016
1 parent cc77360 commit b47307b
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
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{ stdenv, fetchurl, perl, buildLinux, ... } @ args:

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

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

kernelPatches = args.kernelPatches;
Expand Down

0 comments on commit b47307b

Please sign in to comment.