There was an error while loading. Please reload this page.
1 parent 7d36543 commit 474729dCopy full SHA for 474729d
1 file changed
packages/nixos/gpu.nix
@@ -18,9 +18,9 @@ let
18
(
19
(config.boot.kernelPackages.nvidiaPackages.mkDriver rec {
20
url = "https://us.download.nvidia.com/tesla/${version}/NVIDIA-Linux-x86_64-${version}.run";
21
- version = "595.71.05";
22
- sha256_64bit = "sha256-NiA7iWC35JyKQva6H1hjzeNKBek9KyS3mK8G3YRva4I=";
23
- openSha256 = "sha256-Lfz71QWKM6x/jD2B22SWpUi7/og30HRlXg1kL3EWzEw=";
+ version = "610.57.04";
+ sha256_64bit = "sha256-suk1xmuDuwDAyFe8jg7g/VLekoa0DJzB7sKafOfrEW0=";
+ openSha256 = "sha256-rQHOOOY4KL92Ww3KDwh+j4eGU7oNAH8LutZC5wmFnPo=";
24
# Persistenced release isn't guaranteed to exist for the driver versions we are using, so follow production.
25
persistencedVersion = persistenced_production.version;
26
persistencedSha256 = persistenced_production.src.outputHash;
0 commit comments