linux: 5.10.68 -> 5.10.69

main
TredwellGit 3 years ago
parent bb9a54d5ee
commit bba95d3763
  1. 4
      pkgs/os-specific/linux/kernel/linux-5.10.nix

@ -3,7 +3,7 @@
with lib;
buildLinux (args // rec {
version = "5.10.68";
version = "5.10.69";
# 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 = "08cl4bg9k331apj5fjl3jx6s6l543dnbjc1cfvin951m7l787ahv";
sha256 = "1jhcl8qh4w4m2jnbp0glr6xbpn7phv17q6w3d247djnc7g2rwbr3";
};
} // (args.argsOverride or {}))

Loading…
Cancel
Save