Skip to content

Commit

Permalink
linux: 4.4.79 -> 4.4.80
Browse files Browse the repository at this point in the history
(cherry picked from commit ea2a10e)
  • Loading branch information
NeQuissimus committed Aug 7, 2017
1 parent 92dfc19 commit 4dc413a
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.79";
version = "4.4.80";
extraMeta.branch = "4.4";

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

kernelPatches = args.kernelPatches;
Expand Down

0 comments on commit 4dc413a

Please sign in to comment.