mirror of
https://github.com/terrapkg/packages.git
synced 2026-05-31 17:11:56 +00:00
(cherry picked from commit 9adcf5ccad)
Signed-off-by: Gilver <rockgrub@disroot.org>
Co-authored-by: Gilver <rockgrub@disroot.org>
This commit is contained in:
+1
-1
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user