linux: 4.4.30 -> 4.4.31

This commit is contained in:
Tim Steinbach 2016-11-10 21:07:24 -05:00
parent 74ecbbe4e3
commit 579f5fd9dd
No known key found for this signature in database
GPG key ID: 83FF2ACAEB6C2D24

View file

@ -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;