diff options
| author | Hilton Chain <hako@ultrarare.space> | 2026-03-22 07:25:30 +0800 |
|---|---|---|
| committer | Hilton Chain <hako@ultrarare.space> | 2026-03-22 22:21:10 +0800 |
| commit | 08503bb15539f66b2b82d49b6d48e191fb1242b7 (patch) | |
| tree | 2873ee566be47aaed95b02b4df3826d87a8444d3 /nongnu/packages/nvidia.scm | |
| parent | 611eaeed492ff7d44b4346742300d3bd6d2053de (diff) | |
nongnu: Add nvidia-modprobe-590.
* nongnu/packages/nvidia.scm (nvidia-modprobe-590): New variable.
Diffstat (limited to 'nongnu/packages/nvidia.scm')
| -rw-r--r-- | nongnu/packages/nvidia.scm | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/nongnu/packages/nvidia.scm b/nongnu/packages/nvidia.scm index 228c3a5..313e832 100644 --- a/nongnu/packages/nvidia.scm +++ b/nongnu/packages/nvidia.scm @@ -571,6 +571,21 @@ components to make sure the NVIDIA kernel module is loaded, the NVIDIA character device files are present and configure certain runtime settings in the kernel.") (license license-gnu:gpl2))) +(define-public nvidia-modprobe-590 + (package + (inherit nvidia-modprobe-580) + (name "nvidia-modprobe") + (version "590.48.01") + (source (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/NVIDIA/nvidia-modprobe") + (commit version))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1y6kqhvjfpq0zssjsbkwkav2khsb7x63nxgd1lnvrkg660a7knjn")))))) + (define-public nvidia-modprobe-beta (package (inherit nvidia-modprobe-580) |
