Merge pull request #254458 from PedroHLC/vulkan-caps-viewer-3.32

vulkan-caps-viewer: 3.31 -> 3.32

authored by Mario Rodas and committed by GitHub f54ec6c2 d409cc8d

+2 -2
+2 -2
pkgs/tools/graphics/vulkan-caps-viewer/default.nix
··· 11 11 12 12 stdenv.mkDerivation rec { 13 13 pname = "vulkan-caps-viewer"; 14 - version = "3.31"; 14 + version = "3.32"; 15 15 16 16 src = fetchFromGitHub { 17 17 owner = "SaschaWillems"; 18 18 repo = "VulkanCapsViewer"; 19 19 rev = version; 20 - hash = "sha256-+cJtJPpEFHyy+CbPm0IB2nDa7FM1JY8NOsqGB/WIY2A="; 20 + hash = "sha256-SPz8AurANjNwtsPHdZ2lCaC3VEcEAKn93st/7DJ0oyU="; 21 21 # Note: this derivation strictly requires vulkan-header to be the same it was developed against. 22 22 # To help us, they've put it in a git-submodule. 23 23 # The result will work with any vulkan-loader version.