Skip to content

Commit

Permalink
linux: 4.11.7 -> 4.11.8
Browse files Browse the repository at this point in the history
  • Loading branch information
NeQuissimus committed Jun 29, 2017
1 parent d1aff8d commit 37bc494
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/os-specific/linux/kernel/linux-4.11.nix
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{ stdenv, hostPlatform, fetchurl, perl, buildLinux, ... } @ args:

import ./generic.nix (args // rec {
version = "4.11.7";
version = "4.11.8";
extraMeta.branch = "4.11";

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

kernelPatches = args.kernelPatches;
Expand Down

0 comments on commit 37bc494

Please sign in to comment.