linux: 4.9.74 -> 4.9.75

This commit is contained in:
Eelco Dolstra 2018-01-05 16:28:08 +01:00
parent d1204e65c4
commit 19eb5d6c27
No known key found for this signature in database
GPG Key ID: 8170B4726D7198DE

View File

@ -1,11 +1,11 @@
{ stdenv, hostPlatform, fetchurl, perl, buildLinux, ... } @ args:
import ./generic.nix (args // rec {
version = "4.9.74";
version = "4.9.75";
extraMeta.branch = "4.9";
src = fetchurl {
url = "mirror://kernel/linux/kernel/v4.x/linux-${version}.tar.xz";
sha256 = "1ivhzmsa8n5ns8igryzb9dyaakq2p51j23f6j9kpqyby7842i1y8";
sha256 = "1pyan45647wnliwhhp3dlmyvz7ibl1i56qplf3ilfh4dcsvk2v6y";
};
} // (args.argsOverride or {}))