chore (andax/nvidia.rhai): Bump CUDA component version (#4503) (#4512)

(cherry picked from commit 9adcf5ccad)

Signed-off-by: Gilver <rockgrub@disroot.org>
Co-authored-by: Gilver <rockgrub@disroot.org>
This commit is contained in:
Raboneko
2025-04-28 22:29:52 -07:00
committed by GitHub
parent ddd6c84269
commit 8f498d5b9e
+1 -1
View File
@@ -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();
}