linux: 4.4.164 -> 4.4.165

(cherry picked from commit 2c3325ecf9af6f1d5a237190028d28a44ba210b3)
release-18.03-flake
Tim Steinbach 2018-11-27 16:17:07 -05:00
parent 72c48fef2f
commit 91bf2415ff
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.4.164";
version = "4.4.165";
extraMeta.branch = "4.4";
src = fetchurl {
url = "mirror://kernel/linux/kernel/v4.x/linux-${version}.tar.xz";
sha256 = "041w65dxsdcdpf7isis2r4xabfm9pbhfgxxx7n9d1nv7grss3d4v";
sha256 = "19zmigb1avq63n0cbvsqaw9ygddwx13mrvl80p92abw7ns26b2va";
};
} // (args.argsOverride or {}))