linux: 4.9.146 -> 4.9.147

(cherry picked from commit a5f447e16a9c2a04047c559d25ceb42fe6f6620b)
release-18.03-flake
Tim Steinbach 2018-12-21 09:10:45 -05:00
parent 357bd4ee67
commit 2cbf9ade60
No known key found for this signature in database
GPG Key ID: 472BFCCA96BD0EDA
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.146";
version = "4.9.147";
extraMeta.branch = "4.9";
src = fetchurl {
url = "mirror://kernel/linux/kernel/v4.x/linux-${version}.tar.xz";
sha256 = "0ncf7yqavxqkkwdrapy72hb7rsj67fm1rvd2hdy12p88wf5ml6aq";
sha256 = "10hxxcwa9lgsdz0k6229fly9r7iyqv9xq838zx8s7bd12qrrfb59";
};
} // (args.argsOverride or {}))