Merge pull request #104455 from expipiplus1/joe-nvidia

nvidia_x11.vulkan_beta: 450.56.11 -> 455.46.01
This commit is contained in:
Sandro 2020-12-13 09:00:51 +01:00 committed by GitHub
commit 0f08fc1dc6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -33,14 +33,15 @@ rec {
beta = stable; beta = stable;
# Vulkan developer beta driver # Vulkan developer beta driver
vulkan_beta = generic { # See here for more information: https://developer.nvidia.com/vulkan-driver
version = "450.56.11"; vulkan_beta = generic rec {
persistencedVersion = "450.57"; version = "455.46.02";
settingsVersion = "450.57"; persistencedVersion = "455.45.01";
sha256_64bit = "1k64h8sp4rf6kc7liypznjgkmxi67njy1s8xy2r341fhl62pl010"; settingsVersion = "455.45.01";
settingsSha256 = "1clbj9a3kv3j8jg35c197gd7b3f9f9f4h9ll5hlax95hdg12lgan"; sha256_64bit = "05y4scg62mrhjnj2c8689m5hdyzqnx5p8vqvdqvv76zy970723l7";
persistencedSha256 = "17747z1fsbiznfsmahxmz8kmhwwcjanpfih60v5mwzk63gy4i3d5"; settingsSha256 = "09v86y2c8xas9ql0bqr7vrjxx3if6javccwjzyly11dzffm02h7g";
url = "https://developer.nvidia.com/vulkan-beta-4505611-linux"; persistencedSha256 = "13s4b73il0lq2hs81q03176n16mng737bfsp3bxnxgnrv3whrayz";
url = "https://developer.nvidia.com/vulkan-beta-${lib.concatStrings (lib.splitString "." version)}-linux";
}; };
# Last one supporting x86 # Last one supporting x86