linux: 4.4.32 -> 4.4.33

This commit is contained in:
Tim Steinbach 2016-11-19 08:56:31 -05:00
parent f32a8eb6cc
commit d3b8a77834
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.32";
version = "4.4.33";
extraMeta.branch = "4.4";
src = fetchurl {
url = "mirror://kernel/linux/kernel/v4.x/linux-${version}.tar.xz";
sha256 = "03n3wzbqc2h09ydwz3jybrc8ll6f2znr0k7f0hayj0qi5wx1rnpc";
sha256 = "0w0ygcmfi2jyrya5nj39xviwninzdv5aiz6nimbsw8vvycc2xgr5";
};
kernelPatches = args.kernelPatches;