linux: 4.1.31 -> 4.1.33

(cherry picked from commit fdf239fb83)
This commit is contained in:
Franz Pletz 2016-09-25 00:07:57 +02:00
parent 31568f1bac
commit dcda10ce16
No known key found for this signature in database
GPG Key ID: 846FDED7792617B4

View File

@ -1,12 +1,12 @@
{ stdenv, fetchurl, perl, buildLinux, ... } @ args:
import ./generic.nix (args // rec {
version = "4.1.31";
version = "4.1.33";
extraMeta.branch = "4.1";
src = fetchurl {
url = "mirror://kernel/linux/kernel/v4.x/linux-${version}.tar.xz";
sha256 = "0madbh1sdkf8gk6ns0zacygvfrpzrl1vd1a4qw8py7slg1bpk79n";
sha256 = "15ms5mvvf0wpmscv8l5irp4j7j3l6k61hcjx9ln41pz6si00zj3l";
};
kernelPatches = args.kernelPatches;