File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
pkgs/os-specific/linux/nvidia-x11 Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -101,14 +101,16 @@ rec {
101101 # Vulkan developer beta driver
102102 # See here for more information: https://developer.nvidia.com/vulkan-driver
103103 vulkan_beta = generic rec {
104- version = "570.123.14 " ;
104+ version = "570.123.18 " ;
105105 persistencedVersion = "550.142" ;
106106 settingsVersion = "550.142" ;
107- sha256_64bit = "sha256-Tkh/zjv2G4v5TV0VkR2urQiCNPYruVdNm0qXFQ7yAqk =" ;
108- openSha256 = "sha256-1The9ceUuj0VuUshQw/gRRHzKbt+PrIlmWth2qkNIkg =" ;
107+ sha256_64bit = "sha256-GoBNatVpits13a3xsJSUr9BFG+5xrUDROfHmvss2cSY =" ;
108+ openSha256 = "sha256-AYl8En0ZAZXWlJ8J8LKbPvAEKX+y65L1aq4Hm+dJScs =" ;
109109 settingsSha256 = "sha256-Wk6IlVvs23cB4s0aMeZzSvbOQqB1RnxGMv3HkKBoIgY=" ;
110110 persistencedSha256 = "sha256-yQFrVk4i2dwReN0XoplkJ++iA1WFhnIkP7ns4ORmkFA=" ;
111111 url = "https://developer.nvidia.com/downloads/vulkan-beta-${ lib . concatStrings ( lib . splitVersion version ) } -linux" ;
112+
113+ broken = kernel . kernelAtLeast "6.15" ;
112114 } ;
113115
114116 # data center driver compatible with current default cudaPackages
You can’t perform that action at this time.
0 commit comments