kernel: 4.4.165 -> 4.4.166

(cherry picked from commit 2a533a71e36a41bfdde0e4dd880604a7141a985e)
release-18.03-flake
Tim Steinbach 2018-12-01 11:17:21 -05:00
parent b2693ebf7e
commit c9a2a28a42
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.165";
version = "4.4.166";
extraMeta.branch = "4.4";
src = fetchurl {
url = "mirror://kernel/linux/kernel/v4.x/linux-${version}.tar.xz";
sha256 = "19zmigb1avq63n0cbvsqaw9ygddwx13mrvl80p92abw7ns26b2va";
sha256 = "0nj1wvsf1c843hp9ww68gpwsjdviax67dpffafsq78ask7yyy45z";
};
} // (args.argsOverride or {}))