linux: 4.9.144 -> 4.9.145

(cherry picked from commit 1f92bdcd948b5198fb28e6899edf361e7979aa20)
release-18.03-flake
Tim Steinbach 2018-12-13 06:57:58 -05:00
parent 4773e7740b
commit a495531eb7
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.144";
version = "4.9.145";
extraMeta.branch = "4.9";
src = fetchurl {
url = "mirror://kernel/linux/kernel/v4.x/linux-${version}.tar.xz";
sha256 = "0avqc9v22jxf9p71279ssa1lhml3hf2zdkc4j0pzms929m1pzl85";
sha256 = "0pmwnnjk05xpw9qvzl59llf4ihjdicrm52ardkra41f3x0vwl0b9";
};
} // (args.argsOverride or {}))