linux: 4.14.63 -> 4.14.64

wip/yesman
Wael M. Nasreddine 6 years ago
parent 80448a4747
commit bad288c550
No known key found for this signature in database
GPG Key ID: 82AE0A31B33CEFCF
  1. 4
      pkgs/os-specific/linux/kernel/linux-4.14.nix

@ -3,7 +3,7 @@
with stdenv.lib;
buildLinux (args // rec {
version = "4.14.63";
version = "4.14.64";
# modDirVersion needs to be x.y.z, will automatically add .0 if needed
modDirVersion = if (modDirVersionArg == null) then concatStrings (intersperse "." (take 3 (splitString "." "${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 = "1ly6pjvlfrlrclfnl98ghwal25z58lppnj6gj7x1m1mswzq54bnd";
sha256 = "0mhdxc46hwlbv0gb2iw7hsc0gyr39yaqdxn1rvj12ifhxcyilhb9";
};
} // (args.argsOverride or {}))

Loading…
Cancel
Save