kernel: 4.9.141 -> 4.9.142

(cherry picked from commit 4440f74ae57fd83f875f2f340eeed95c015a1b45)
release-18.03-flake
Tim Steinbach 2018-12-01 11:18:10 -05:00
parent c9a2a28a42
commit 2fbf68dc00
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.141";
version = "4.9.142";
extraMeta.branch = "4.9";
src = fetchurl {
url = "mirror://kernel/linux/kernel/v4.x/linux-${version}.tar.xz";
sha256 = "09mc5sxzzxmks20vslimaaaw0aamjcc3lvpyjydmr78s25q5zfsp";
sha256 = "01n4v0gpf8xyz8hzc70mhjha7kanz9pv248ypsmab7zpzgd7wjil";
};
} // (args.argsOverride or {}))