linux: 4.14.271 -> 4.14.272

main
TredwellGit 2 years ago
parent 3ed9183396
commit 19fe4b6872
  1. 4
      pkgs/os-specific/linux/kernel/linux-4.14.nix

@ -3,7 +3,7 @@
with lib;
buildLinux (args // rec {
version = "4.14.271";
version = "4.14.272";
# 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 = "1mzxcjzw6y7b3fffz0hbgsl6328w3m5yv5xb21z57kr9vm828y80";
sha256 = "0scx13pc5y5jmm5xa17my242gsgb1mf0cgqzjx656g7kkh4phqcv";
};
} // (args.argsOverride or {}))

Loading…
Cancel
Save