3
0
Fork 0
forked from mirrors/nixpkgs

linux: 4.9.61 -> 4.9.62

This commit is contained in:
Tim Steinbach 2017-11-15 16:43:17 -05:00
parent f96b3bf871
commit ff16004273
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.61";
version = "4.9.62";
extraMeta.branch = "4.9";
src = fetchurl {
url = "mirror://kernel/linux/kernel/v4.x/linux-${version}.tar.xz";
sha256 = "17ni4skllgd24ddg1ifj1s9b5mqx38filrabgmlw7w4ff9src8z0";
sha256 = "0cpxhj40dxm0i9yg4hg5hwlhq4083l7i5jc3psfr6zcy5k7c5ph2";
};
} // (args.argsOverride or {}))