Skip to content

Commit

Permalink
linux: 4.4.78 -> 4.4.79
Browse files Browse the repository at this point in the history
  • Loading branch information
NeQuissimus committed Jul 28, 2017
1 parent 88c0f67 commit 5a6b5b8
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
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.4.78";
version = "4.4.79";
extraMeta.branch = "4.4";

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

kernelPatches = args.kernelPatches;
Expand Down

0 comments on commit 5a6b5b8

Please sign in to comment.