linux: 5.10.81 -> 5.10.83

main
TredwellGit 3 years ago committed by Alyssa Ross
parent 9fc610cf3f
commit 342e0a3df9
  1. 4
      pkgs/os-specific/linux/kernel/linux-5.10.nix

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

Loading…
Cancel
Save