Skip to content

Commit

Permalink
linux: 4.4.66 -> 4.4.67
Browse files Browse the repository at this point in the history
(cherry picked from commit 4e2c67f)
  • Loading branch information
NeQuissimus committed May 8, 2017
1 parent 4a7a039 commit 9a96125
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/os-specific/linux/kernel/linux-4.4.nix
@@ -1,12 +1,12 @@
{ stdenv, fetchurl, perl, buildLinux, ... } @ args:

import ./generic.nix (args // rec {
version = "4.4.66";
version = "4.4.67";
extraMeta.branch = "4.4";

src = fetchurl {
url = "mirror://kernel/linux/kernel/v4.x/linux-${version}.tar.xz";
sha256 = "10yl43sdzdy3c4vyqdzrw5vb59bbfb7z6k171a2sid9qr63hfi4s";
sha256 = "063vjskz6grjp3bmgcp056r8xzy578fwc2kmzdhb6lw5mih9r85f";
};

kernelPatches = args.kernelPatches;
Expand Down

0 comments on commit 9a96125

Please sign in to comment.