···11111212stdenv.mkDerivation rec {
1313 pname = "vulkan-caps-viewer";
1414- version = "3.31";
1414+ version = "3.32";
15151616 src = fetchFromGitHub {
1717 owner = "SaschaWillems";
1818 repo = "VulkanCapsViewer";
1919 rev = version;
2020- hash = "sha256-+cJtJPpEFHyy+CbPm0IB2nDa7FM1JY8NOsqGB/WIY2A=";
2020+ hash = "sha256-SPz8AurANjNwtsPHdZ2lCaC3VEcEAKn93st/7DJ0oyU=";
2121 # Note: this derivation strictly requires vulkan-header to be the same it was developed against.
2222 # To help us, they've put it in a git-submodule.
2323 # The result will work with any vulkan-loader version.