linux: 4.14.248 -> 4.14.249

main
TredwellGit 3 years ago
parent 9544c029c0
commit 8d2f3a9fb1
  1. 4
      pkgs/os-specific/linux/kernel/linux-4.14.nix

@ -3,7 +3,7 @@
with lib;
buildLinux (args // rec {
version = "4.14.248";
version = "4.14.249";
# 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 = "0m5nsd41b08xppcf7vvx8zgj3h3sp3n6xrgxfkccn6n4bk7yx4y9";
sha256 = "0wn4yw9fliw3a8knvj2hdprbyyx7akm9ycclr2y1whpa5gmrc3rj";
};
} // (args.argsOverride or {}))

Loading…
Cancel
Save