vulkan-caps-viewer: 3.31 -> 3.32

This commit is contained in:
PedroHLC ☭ 2023-09-10 19:07:34 -03:00
parent 78058d8106
commit 0758258539
No known key found for this signature in database
GPG Key ID: DF4C6898CBDC6DF5

View File

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