diff --git a/andax/nvidia.rhai b/andax/nvidia.rhai index 9d0ae3a4f8..780de31ef0 100644 --- a/andax/nvidia.rhai +++ b/andax/nvidia.rhai @@ -2,7 +2,7 @@ // This module is used to parse the NVIDIA website for the latest driver version fn nvidia_component_list() { - let series = "12.6.3"; + let series = "12.8.1"; let url = `https://developer.download.nvidia.com/compute/cuda/redist/redistrib_${series}.json`; return get(url).json(); }