linux: 4.13.15 -> 4.13.16

This commit is contained in:
Tim Steinbach 2017-11-24 08:26:21 -05:00
parent 3774309986
commit 4f7fb7125a
No known key found for this signature in database
GPG key ID: 472BFCCA96BD0EDA

View file

@ -1,11 +1,11 @@
{ stdenv, hostPlatform, fetchurl, perl, buildLinux, ... } @ args:
import ./generic.nix (args // rec {
version = "4.13.15";
version = "4.13.16";
extraMeta.branch = "4.13";
src = fetchurl {
url = "mirror://kernel/linux/kernel/v4.x/linux-${version}.tar.xz";
sha256 = "1cnixf90pi9xsb8p1sncwcnl5acp8b46xxxmsizk335knmn919g4";
sha256 = "0cf7prqzl1ajbgl98w0symdyn0k5wl5xaf1l5ldgy6l083yg69dh";
};
} // (args.argsOverride or {}))