about summary refs log tree commit diff
path: root/pkgs/os-specific
diff options
context:
space:
mode:
authorBernardo Meurer <bernardo@meurer.org>2022-03-25 10:28:03 -0700
committerGitHub <noreply@github.com>2022-03-25 10:28:03 -0700
commit4a732dfba66531a7521d3d9844fe21bb7cfcfdbf (patch)
treee1ac5a8907faa77e6fa21382c0aed776dc2bee17 /pkgs/os-specific
parent3180037c840a6ddab985d7f14efe9e9d936ed77d (diff)
parent377f1c73b40b14fed7c6d6576b4e00411371aa9d (diff)
downloadnixlib-4a732dfba66531a7521d3d9844fe21bb7cfcfdbf.tar
nixlib-4a732dfba66531a7521d3d9844fe21bb7cfcfdbf.tar.gz
nixlib-4a732dfba66531a7521d3d9844fe21bb7cfcfdbf.tar.bz2
nixlib-4a732dfba66531a7521d3d9844fe21bb7cfcfdbf.tar.lz
nixlib-4a732dfba66531a7521d3d9844fe21bb7cfcfdbf.tar.xz
nixlib-4a732dfba66531a7521d3d9844fe21bb7cfcfdbf.tar.zst
nixlib-4a732dfba66531a7521d3d9844fe21bb7cfcfdbf.zip
Merge pull request #165710 from lovesegfault/nvidia-510.60.02
linuxPackages.nvidia_x11: 510.54 -> 510.60.02
Diffstat (limited to 'pkgs/os-specific')
-rw-r--r--pkgs/os-specific/linux/nvidia-x11/default.nix8
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 145265017855..246295eb7340 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 = "510.54";
-      sha256_64bit = "TCDezK4/40et/Q5piaMG+QJP2t+DGtwejmCFVnUzUWE=";
-      settingsSha256 = "ZWz5UN6Pa69NlmerKu30G+X8WfGlAwnVerDrO7TRO6w=";
-      persistencedSha256 = "MgWrBjKXJeRqF+ouT72tTiLPtn+lsS/Cp3oS61AWV8Q=";
+      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;