linux: 4.14.44 -> 4.14.46

This commit is contained in:
Tim Steinbach 2018-05-30 10:05:57 -04:00
parent 1267e75d44
commit 346304cc78
No known key found for this signature in database
GPG Key ID: 472BFCCA96BD0EDA

View File

@ -3,13 +3,13 @@
with stdenv.lib;
buildLinux (args // rec {
version = "4.14.44";
version = "4.14.46";
# branchVersion needs to be x.y
extraMeta.branch = concatStrings (intersperse "." (take 2 (splitString "." version)));
src = fetchurl {
url = "mirror://kernel/linux/kernel/v4.x/linux-${version}.tar.xz";
sha256 = "1r68dvcyidnmr4d49rq58lidy32fijz08xzymxjwmxi5mzk5dcrf";
sha256 = "0cpnfsxf2ici3yfn1bxix6219fri2s3ld19hpf00z9im8x91px4h";
};
} // (args.argsOverride or {}))