linuxPackages.nvidiaPackages.vulkan_beta: 570.123.11 -> 570.123.14

Kiskae 3d07eb42 d89fc19e

+3 -3
+3 -3
pkgs/os-specific/linux/nvidia-x11/default.nix
··· 102 # Vulkan developer beta driver 103 # See here for more information: https://developer.nvidia.com/vulkan-driver 104 vulkan_beta = generic rec { 105 - version = "570.123.11"; 106 persistencedVersion = "550.142"; 107 settingsVersion = "550.142"; 108 - sha256_64bit = "sha256-dExyTF5MFD9+fn/k67Yj70Gm/o3VF58SzlAd7tOmmQ4="; 109 - openSha256 = "sha256-935LHP/khklap5EwBPjO9+C+acv9FhuWx21Csno5lBo="; 110 settingsSha256 = "sha256-Wk6IlVvs23cB4s0aMeZzSvbOQqB1RnxGMv3HkKBoIgY="; 111 persistencedSha256 = "sha256-yQFrVk4i2dwReN0XoplkJ++iA1WFhnIkP7ns4ORmkFA="; 112 url = "https://developer.nvidia.com/downloads/vulkan-beta-${lib.concatStrings (lib.splitVersion version)}-linux";
··· 102 # Vulkan developer beta driver 103 # See here for more information: https://developer.nvidia.com/vulkan-driver 104 vulkan_beta = generic rec { 105 + version = "570.123.14"; 106 persistencedVersion = "550.142"; 107 settingsVersion = "550.142"; 108 + sha256_64bit = "sha256-Tkh/zjv2G4v5TV0VkR2urQiCNPYruVdNm0qXFQ7yAqk="; 109 + openSha256 = "sha256-1The9ceUuj0VuUshQw/gRRHzKbt+PrIlmWth2qkNIkg="; 110 settingsSha256 = "sha256-Wk6IlVvs23cB4s0aMeZzSvbOQqB1RnxGMv3HkKBoIgY="; 111 persistencedSha256 = "sha256-yQFrVk4i2dwReN0XoplkJ++iA1WFhnIkP7ns4ORmkFA="; 112 url = "https://developer.nvidia.com/downloads/vulkan-beta-${lib.concatStrings (lib.splitVersion version)}-linux";