linux: 4.9.43 -> 4.9.44

This commit is contained in:
Tim Steinbach 2017-08-18 15:30:37 -04:00
parent fa62e7bf77
commit a5f01aa745
No known key found for this signature in database
GPG Key ID: 472BFCCA96BD0EDA

View File

@ -1,12 +1,12 @@
{ stdenv, hostPlatform, fetchurl, perl, buildLinux, ... } @ args: { stdenv, hostPlatform, fetchurl, perl, buildLinux, ... } @ args:
import ./generic.nix (args // rec { import ./generic.nix (args // rec {
version = "4.9.43"; version = "4.9.44";
extraMeta.branch = "4.9"; extraMeta.branch = "4.9";
src = fetchurl { src = fetchurl {
url = "mirror://kernel/linux/kernel/v4.x/linux-${version}.tar.xz"; url = "mirror://kernel/linux/kernel/v4.x/linux-${version}.tar.xz";
sha256 = "1h0fv24pmrwmnpa6zzknqk7swq15z7dhkvy1hvzkjz4bfqgb28mx"; sha256 = "18z3ijxdb6gmk6n37016233hq15bf9wkfqrkw67xlhyqa1hki9j4";
}; };
kernelPatches = args.kernelPatches; kernelPatches = args.kernelPatches;