linux: 5.10.91 -> 5.10.92

main
TredwellGit 2 years ago
parent 85a146fecb
commit 0b04210a04
  1. 4
      pkgs/os-specific/linux/kernel/linux-5.10.nix

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

Loading…
Cancel
Save