linux: 4.9.51 -> 4.9.52

This commit is contained in:
Tim Steinbach 2017-09-27 13:03:27 -04:00
parent 964672dde5
commit 2ca84cfa29
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.51";
version = "4.9.52";
extraMeta.branch = "4.9";
src = fetchurl {
url = "mirror://kernel/linux/kernel/v4.x/linux-${version}.tar.xz";
sha256 = "12mag09scyzi5a352y39y4b6rjh89qqca53hhmjc396q09hsdyl3";
sha256 = "12h4w6x0zcl8kpia2y7myv7w7i0dihw4g8v638fs8bzk3d7h7pgz";
};
} // (args.argsOverride or {}))