diff options
| author | Tristan Daniƫl Maat <tm@tlater.net> | 2022-04-04 01:16:08 +0100 |
|---|---|---|
| committer | Jonathan Ringer <jonringer@users.noreply.github.com> | 2022-04-04 17:03:39 -0700 |
| commit | ccb90fb9e11459aeaf83cc28d5f8910816d90dd0 (patch) | |
| tree | 005d0035bdad72c8eb583ab5a793d0a0516ba56c | |
| parent | Merge pull request #167178 from Ma27/backport-element-web (diff) | |
| download | nixpkgs-ccb90fb9e11459aeaf83cc28d5f8910816d90dd0.tar.gz | |
nvidia_x11: 495.44 -> 510.60.02
Bump the driver version to the latest stable version to fix
incompatibility with Linux 5.17.1.
| -rw-r--r-- | pkgs/os-specific/linux/nvidia-x11/default.nix | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/os-specific/linux/nvidia-x11/default.nix b/pkgs/os-specific/linux/nvidia-x11/default.nix index 1b010d51a09b..a35458a86854 100644 --- a/pkgs/os-specific/linux/nvidia-x11/default.nix +++ b/pkgs/os-specific/linux/nvidia-x11/default.nix @@ -19,10 +19,10 @@ rec { # Policy: use the highest stable version as the default (on our master). stable = if stdenv.hostPlatform.system == "x86_64-linux" then generic { - version = "495.44"; - sha256_64bit = "0j4agxfdswadxkd9hz9j5cq4q3jmhwdnvqclxxkhl5jvh5knm1zi"; - settingsSha256 = "0v8gqbhjsjjsc83cqacikj9bvs10bq6i34ca8l07zvsf8hfr2ziz"; - persistencedSha256 = "19rv7vskv61q4gh59nyrfyqyqi565wzjbcfddp8wfvng4dcy18ld"; + version = "510.60.02"; + sha256_64bit = "sha256-qADfwFSQeP2Mbo5ngO+47uh4cuYFXH9fOGpHaM4H4AM="; + settingsSha256 = "sha256-Voa1JZ2qqJ1t+bfwKh/mssEi/hjzLTPwef2XG/gAC+0="; + persistencedSha256 = "sha256-THgK2GpRcttqSN2WxcuJu5My++Q+Y34jG8hm7daxhAQ="; } else legacy_390; |
