linux: 4.9.142 -> 4.9.143

(cherry picked from commit 1f7266cbbb1579238b7e5958accd9668dce87022)
release-18.03-flake
Tim Steinbach 2018-12-05 17:33:36 -05:00
parent 77a8c4adc3
commit 03f9fa3521
No known key found for this signature in database
GPG Key ID: C5629893DE283C96
1 changed files with 2 additions and 2 deletions

View File

@ -1,11 +1,11 @@
{ stdenv, buildPackages, hostPlatform, fetchurl, perl, buildLinux, ... } @ args:
buildLinux (args // rec {
version = "4.9.142";
version = "4.9.143";
extraMeta.branch = "4.9";
src = fetchurl {
url = "mirror://kernel/linux/kernel/v4.x/linux-${version}.tar.xz";
sha256 = "01n4v0gpf8xyz8hzc70mhjha7kanz9pv248ypsmab7zpzgd7wjil";
sha256 = "1grcmh85n6ya8h2v0qx2pxryjxx3501kjbknz3a5yrwnlrj69dqf";
};
} // (args.argsOverride or {}))