Merge pull request #263309 from Kiskae/nvidia/535.43.15

linuxPackages.nvidia_x11_vulkan_beta: 535.43.13 -> 535.43.15

authored by Nick Cao and committed by GitHub 1e088c9d ba93ab9e

+3 -3
+3 -3
pkgs/os-specific/linux/nvidia-x11/default.nix
··· 65 # Vulkan developer beta driver 66 # See here for more information: https://developer.nvidia.com/vulkan-driver 67 vulkan_beta = generic rec { 68 - version = "535.43.13"; 69 persistencedVersion = "535.98"; 70 settingsVersion = "535.98"; 71 - sha256_64bit = "sha256-qrzoZWoUSTh4UQ8e/amOhwPrspZOI1kwdPHLn4ySc/Q="; 72 - openSha256 = "sha256-aVUdHNoFaUY7MiwEFxwsj8XS1+onckT3V7RiVMEkQP8="; 73 settingsSha256 = "sha256-jCRfeB1w6/dA27gaz6t5/Qo7On0zbAPIi74LYLel34s="; 74 persistencedSha256 = "sha256-WviDU6B50YG8dO64CGvU3xK8WFUX8nvvVYm/fuGyroM="; 75 url = "https://developer.nvidia.com/downloads/vulkan-beta-${lib.concatStrings (lib.splitString "." version)}-linux";
··· 65 # Vulkan developer beta driver 66 # See here for more information: https://developer.nvidia.com/vulkan-driver 67 vulkan_beta = generic rec { 68 + version = "535.43.15"; 69 persistencedVersion = "535.98"; 70 settingsVersion = "535.98"; 71 + sha256_64bit = "sha256-DyEBrVV9DmeeOU2C0eitQLh9mGo4kxG3xxRsImrIFyo="; 72 + openSha256 = "sha256-eW0Z70BTF0j8TmsOiVzbLOyiyScR/7hgEp9GYI9RZbA="; 73 settingsSha256 = "sha256-jCRfeB1w6/dA27gaz6t5/Qo7On0zbAPIi74LYLel34s="; 74 persistencedSha256 = "sha256-WviDU6B50YG8dO64CGvU3xK8WFUX8nvvVYm/fuGyroM="; 75 url = "https://developer.nvidia.com/downloads/vulkan-beta-${lib.concatStrings (lib.splitString "." version)}-linux";