linux: 5.14.10 -> 5.14.11

main
TredwellGit 3 years ago committed by Tim Steinbach
parent 2363ead003
commit e2be686e0a
  1. 4
      pkgs/os-specific/linux/kernel/linux-5.14.nix

@ -3,7 +3,7 @@
with lib;
buildLinux (args // rec {
version = "5.14.10";
version = "5.14.11";
# 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/v5.x/linux-${version}.tar.xz";
sha256 = "1n454038vp55wbi814fqpidjmk8k6p6h0jl07hknpd6imgh2bkj5";
sha256 = "0capilz3wx29pw7n2m5cn229vy9psrccmdspp27znhjkvwj0m0wk";
};
} // (args.argsOverride or { }))

Loading…
Cancel
Save