linux: 4.9.57 -> 4.9.58

This commit is contained in:
Tim Steinbach 2017-10-22 14:35:32 -04:00
parent ec5f9c862e
commit c529454c60
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.9.57";
version = "4.9.58";
extraMeta.branch = "4.9";
src = fetchurl {
url = "mirror://kernel/linux/kernel/v4.x/linux-${version}.tar.xz";
sha256 = "19lndirbyryx0qdwqqhn1g4rng7d79rk4sra5lpa2d3axia0a8q9";
sha256 = "19r1ybrfqjh2cmpvljd94cwag34kly7pzih2j5m4nr49hsi153vl";
};
} // (args.argsOverride or {}))