nvidia-x11.vulkan_beta: 455.46.02 -> 455.46.04

This commit is contained in:
Fabián Heredia Montiel 2020-12-21 14:51:16 -06:00
parent 583470209f
commit 91d6b7d09c

View File

@ -39,10 +39,10 @@ rec {
# Vulkan developer beta driver
# See here for more information: https://developer.nvidia.com/vulkan-driver
vulkan_beta = generic rec {
version = "455.46.02";
version = "455.46.04";
persistencedVersion = "455.45.01";
settingsVersion = "455.45.01";
sha256_64bit = "05y4scg62mrhjnj2c8689m5hdyzqnx5p8vqvdqvv76zy970723l7";
sha256_64bit = "1iv42w3x1vc00bgn6y4w1hnfsvnh6bvj3vcrq8hw47760sqwa4xa";
settingsSha256 = "09v86y2c8xas9ql0bqr7vrjxx3if6javccwjzyly11dzffm02h7g";
persistencedSha256 = "13s4b73il0lq2hs81q03176n16mng737bfsp3bxnxgnrv3whrayz";
url = "https://developer.nvidia.com/vulkan-beta-${lib.concatStrings (lib.splitString "." version)}-linux";