linux: 4.11.3 -> 4.11.4

This commit is contained in:
Tim Steinbach 2017-06-07 08:05:45 -04:00
parent 9ed3ad1eba
commit 66faa421c9
No known key found for this signature in database
GPG Key ID: 472BFCCA96BD0EDA

@ -1,12 +1,12 @@
{ stdenv, fetchurl, perl, buildLinux, ... } @ args:
import ./generic.nix (args // rec {
version = "4.11.3";
version = "4.11.4";
extraMeta.branch = "4.11";
src = fetchurl {
url = "mirror://kernel/linux/kernel/v4.x/linux-${version}.tar.xz";
sha256 = "15xgm2hwp3liy400jgndzlf51bxhg1d6sr0qck6qvk8w5karxzav";
sha256 = "144a8ianp6sy057pbhnssg6xs4f3dc5cwwkz8d4q9jzpd87fdm43";
};
kernelPatches = args.kernelPatches;