Skip to content

Commit

Permalink
linux: 4.6.5 -> 4.6.6
Browse files Browse the repository at this point in the history
  • Loading branch information
fpletz committed Aug 15, 2016
1 parent 2a8718f commit 64c79e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/os-specific/linux/kernel/linux-4.6.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.6.5";
version = "4.6.6";
extraMeta.branch = "4.6";

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

kernelPatches = args.kernelPatches;
Expand Down

0 comments on commit 64c79e8

Please sign in to comment.