Skip to content

Commit

Permalink
Merge #16045: kernel: 4.6.0 -> 4.6.1
Browse files Browse the repository at this point in the history
(cherry picked from commit 20c2ce4)
  • Loading branch information
vcunat committed Jun 9, 2016
1 parent e61983e commit d6c4dc1
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions pkgs/os-specific/linux/kernel/linux-4.6.nix
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
{ stdenv, fetchurl, perl, buildLinux, ... } @ args:

import ./generic.nix (args // rec {
version = "4.6";
modDirVersion = "4.6.0";
version = "4.6.1";
extraMeta.branch = "4.6";

src = fetchurl {
url = "mirror://kernel/linux/kernel/v4.x/linux-${version}.tar.xz";
sha256 = "a93771cd5a8ad27798f22e9240538dfea48d3a2bf2a6a6ab415de3f02d25d866";
sha256 = "073vpwidl28ka3y2rd7n6dcckrppi5kalh48vsz980k9z12g9pfm";
};

kernelPatches = args.kernelPatches;
Expand Down

0 comments on commit d6c4dc1

Please sign in to comment.