Skip to content

Commit

Permalink
linux: 4.4.30 -> 4.4.31
Browse files Browse the repository at this point in the history
(cherry picked from commit 579f5fd)
  • Loading branch information
NeQuissimus authored and sorokin committed Nov 12, 2016
1 parent d4e38c0 commit 2946482
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.30";
version = "4.4.31";
extraMeta.branch = "4.4";

src = fetchurl {
url = "mirror://kernel/linux/kernel/v4.x/linux-${version}.tar.xz";
sha256 = "0p4r779fyhjp9fxc00qqfanjxm1xlajabd2b8d7y1p8jplrr294x";
sha256 = "03fzi08xs9xp7r7bla6n3ykr81a365n8c5br1x7vwpgpacm63rk6";
};

kernelPatches = args.kernelPatches;
Expand Down

0 comments on commit 2946482

Please sign in to comment.