Skip to content

Commit

Permalink
linux: 4.4.63 -> 4.4.64
Browse files Browse the repository at this point in the history
  • Loading branch information
NeQuissimus committed Apr 28, 2017
1 parent 08c44a5 commit 7f3b857
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.63";
version = "4.4.64";
extraMeta.branch = "4.4";

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

kernelPatches = args.kernelPatches;
Expand Down

0 comments on commit 7f3b857

Please sign in to comment.