diff options
| author | Hilton Chain <hako@ultrarare.space> | 2026-07-08 23:10:15 +0800 |
|---|---|---|
| committer | Hilton Chain <hako@ultrarare.space> | 2026-07-24 23:16:38 +0800 |
| commit | 9d75104e8cdae98b535f3719a5a2a5d1ae0eb367 (patch) | |
| tree | 05601511624bc4f440b4e42fe2850260a31c23d5 /nongnu | |
| parent | 3b66965566fe8c96edb5a41fd39a9e5a90ad9b61 (diff) | |
nongnu: nvda-new-feature: Update to 610.43.03.
* nongnu/packages/nvidia.scm (nvidia-source-new-feature-x86_64-linux)
(nvidia-source-new-feature-aarch64-linux, nvidia-module-open-new-feature)
(nvidia-modprobe-new-feature, nvidia-settings-new-feature): Update to 610.43.03.
Diffstat (limited to 'nongnu')
| -rw-r--r-- | nongnu/packages/nvidia.scm | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/nongnu/packages/nvidia.scm b/nongnu/packages/nvidia.scm index b75e7a0..037a29f 100644 --- a/nongnu/packages/nvidia.scm +++ b/nongnu/packages/nvidia.scm | |||
| @@ -282,15 +282,15 @@ | |||
| 282 | 282 | ||
| 283 | (define nvidia-source-new-feature-x86_64-linux | 283 | (define nvidia-source-new-feature-x86_64-linux |
| 284 | (make-nvidia-source | 284 | (make-nvidia-source |
| 285 | "610.43.02" | 285 | "610.43.03" |
| 286 | "x86_64" | 286 | "x86_64" |
| 287 | (base32 "0qvllxnb20arjhw3bxdz0hw521di9ib75hldzx97gpscpdaa0d1h"))) | 287 | (base32 "14nk5rhyjn4agjhd91fiwcbqspky7sk4lfi51zjkag526k0x9qj5"))) |
| 288 | 288 | ||
| 289 | (define nvidia-source-new-feature-aarch64-linux | 289 | (define nvidia-source-new-feature-aarch64-linux |
| 290 | (make-nvidia-source | 290 | (make-nvidia-source |
| 291 | "610.43.02" | 291 | "610.43.03" |
| 292 | "aarch64" | 292 | "aarch64" |
| 293 | (base32 "1ksk2gbaambpndiia4qjk0xkwklylnv081c7b9rzf0qli6g97ica"))) | 293 | (base32 "1pngb06870z839kkisxhidanlx863gw6bbv2575mb2mlirg6a9wd"))) |
| 294 | 294 | ||
| 295 | (define nvidia-source-beta-x86_64-linux | 295 | (define nvidia-source-beta-x86_64-linux |
| 296 | (make-nvidia-source | 296 | (make-nvidia-source |
| @@ -1066,7 +1066,7 @@ NVIDIA driver.") | |||
| 1066 | (package | 1066 | (package |
| 1067 | (inherit nvidia-module-open-595) | 1067 | (inherit nvidia-module-open-595) |
| 1068 | (name "nvidia-module-open-new-feature") | 1068 | (name "nvidia-module-open-new-feature") |
| 1069 | (version "610.43.02") | 1069 | (version "610.43.03") |
| 1070 | (source | 1070 | (source |
| 1071 | (origin | 1071 | (origin |
| 1072 | (method git-fetch) | 1072 | (method git-fetch) |
| @@ -1076,7 +1076,7 @@ NVIDIA driver.") | |||
| 1076 | (file-name (git-file-name name version)) | 1076 | (file-name (git-file-name name version)) |
| 1077 | (sha256 | 1077 | (sha256 |
| 1078 | (base32 | 1078 | (base32 |
| 1079 | "06xqq2brq9r616qm37z4vyjj9rz2m8r51rkj1006pg3qjralvzl4")) | 1079 | "00f2al8vjgj21lwnfcimmv3iwbshijnpbx3bihq24dxiinmfc9a0")) |
| 1080 | (patches | 1080 | (patches |
| 1081 | (nongnu-patches "nvidia-module-open-add-ibt-support.patch")))) | 1081 | (nongnu-patches "nvidia-module-open-add-ibt-support.patch")))) |
| 1082 | (synopsis "Proprietary NVIDIA driver (open source kernel modules), new feature branch"))) | 1082 | (synopsis "Proprietary NVIDIA driver (open source kernel modules), new feature branch"))) |
| @@ -1194,7 +1194,7 @@ device files are present and configure certain runtime settings in the kernel.") | |||
| 1194 | (package | 1194 | (package |
| 1195 | (inherit nvidia-modprobe-595) | 1195 | (inherit nvidia-modprobe-595) |
| 1196 | (name "nvidia-modprobe-new-feature") | 1196 | (name "nvidia-modprobe-new-feature") |
| 1197 | (version "610.43.02") | 1197 | (version "610.43.03") |
| 1198 | (source (origin | 1198 | (source (origin |
| 1199 | (method git-fetch) | 1199 | (method git-fetch) |
| 1200 | (uri (git-reference | 1200 | (uri (git-reference |
| @@ -1203,7 +1203,7 @@ device files are present and configure certain runtime settings in the kernel.") | |||
| 1203 | (file-name (git-file-name name version)) | 1203 | (file-name (git-file-name name version)) |
| 1204 | (sha256 | 1204 | (sha256 |
| 1205 | (base32 | 1205 | (base32 |
| 1206 | "047iiw3y02623japn2cc4zpmn3djfgck9i8xabm6p69r3xjz2p70")))) | 1206 | "10y542jzjg2cmbym2jq95952znsl2kgsv6x1bkg28mx4p4z4m930")))) |
| 1207 | (synopsis "Create NVIDIA character device files, new feature branch"))) | 1207 | (synopsis "Create NVIDIA character device files, new feature branch"))) |
| 1208 | 1208 | ||
| 1209 | (define-public nvidia-modprobe-beta | 1209 | (define-public nvidia-modprobe-beta |
| @@ -1370,7 +1370,7 @@ configuration, application profiles, GPU monitoring and more.") | |||
| 1370 | (package | 1370 | (package |
| 1371 | (inherit nvidia-settings-595) | 1371 | (inherit nvidia-settings-595) |
| 1372 | (name "nvidia-settings-new-feature") | 1372 | (name "nvidia-settings-new-feature") |
| 1373 | (version "610.43.02") | 1373 | (version "610.43.03") |
| 1374 | (source | 1374 | (source |
| 1375 | (origin | 1375 | (origin |
| 1376 | (method git-fetch) | 1376 | (method git-fetch) |
| @@ -1378,7 +1378,7 @@ configuration, application profiles, GPU monitoring and more.") | |||
| 1378 | (url "https://github.com/NVIDIA/nvidia-settings") | 1378 | (url "https://github.com/NVIDIA/nvidia-settings") |
| 1379 | (commit version))) | 1379 | (commit version))) |
| 1380 | (file-name (git-file-name name version)) | 1380 | (file-name (git-file-name name version)) |
| 1381 | (sha256 (base32 "18dh375bksq7lc80y3swpa4iz7npvfj8v90zp6z3b330yjwj306i")) | 1381 | (sha256 (base32 "0573l4cnnb0c7fifbvbqmghbmpfrnirl921jq97m4x8hs54pxyyg")) |
| 1382 | (modules '((guix build utils))) | 1382 | (modules '((guix build utils))) |
| 1383 | (snippet '(delete-file-recursively "src/jansson")))) | 1383 | (snippet '(delete-file-recursively "src/jansson")))) |
| 1384 | (synopsis "NVIDIA proprietary driver control panel, new feature branch"))) | 1384 | (synopsis "NVIDIA proprietary driver control panel, new feature branch"))) |
