linux: 4.14.269 -> 4.14.270

main
TredwellGit 2 years ago
parent f96b8cffaf
commit e2aab2e9fd
  1. 4
      pkgs/os-specific/linux/kernel/linux-4.14.nix

@ -3,7 +3,7 @@
with lib;
buildLinux (args // rec {
version = "4.14.269";
version = "4.14.270";
# modDirVersion needs to be x.y.z, will automatically add .0 if needed
modDirVersion = if (modDirVersionArg == null) then concatStringsSep "." (take 3 (splitVersion "${version}.0")) else modDirVersionArg;
@ -13,6 +13,6 @@ buildLinux (args // rec {
src = fetchurl {
url = "mirror://kernel/linux/kernel/v4.x/linux-${version}.tar.xz";
sha256 = "1lhqq3va468k8w5f4hhsq1rgjcfrgi5l8lnrikfy9jisbi05z9h3";
sha256 = "17fj5aif5f0z0xgb321ghpv5p6drqxz0w948dr4hql4cj193r2zv";
};
} // (args.argsOverride or {}))

Loading…
Cancel
Save