linux_4_9: 4.9.75 -> 4.9.76

This commit is contained in:
Andreas Rammhold 2018-01-10 13:43:20 +01:00
parent e94dab0ca3
commit 74c9d1696f
No known key found for this signature in database
GPG Key ID: E432E410B5E48C86

View File

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