Skip to content

Commit

Permalink
linux: 4.4.80 -> 4.4.84
Browse files Browse the repository at this point in the history
  • Loading branch information
NeQuissimus committed Aug 26, 2017
1 parent c8c8f8d commit ce331cc
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, fetchurl, perl, buildLinux, ... } @ args:

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

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

kernelPatches = args.kernelPatches;
Expand Down

0 comments on commit ce331cc

Please sign in to comment.