linux: 4.9.145 -> 4.9.146

(cherry picked from commit 2e749ccd868d3cf38e61aa6e98a2641cf8dad432)
release-18.03-flake
Tim Steinbach 2018-12-17 09:18:30 -05:00
parent d3698e03fb
commit 8ef7655400
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.145";
version = "4.9.146";
extraMeta.branch = "4.9";
src = fetchurl {
url = "mirror://kernel/linux/kernel/v4.x/linux-${version}.tar.xz";
sha256 = "0pmwnnjk05xpw9qvzl59llf4ihjdicrm52ardkra41f3x0vwl0b9";
sha256 = "0ncf7yqavxqkkwdrapy72hb7rsj67fm1rvd2hdy12p88wf5ml6aq";
};
} // (args.argsOverride or {}))