vulkan-caps-viewer: 3.27 -> 3.28

This commit is contained in:
PedroHLC ☭ 2023-01-26 07:02:15 -03:00
parent 68607705cd
commit 7d2325a774
No known key found for this signature in database
GPG Key ID: DF4C6898CBDC6DF5

View File

@ -10,13 +10,13 @@
stdenv.mkDerivation rec {
pname = "vulkan-caps-viewer";
version = "3.27";
version = "3.28";
src = fetchFromGitHub {
owner = "SaschaWillems";
repo = "VulkanCapsViewer";
rev = version;
hash = "sha256-B/FBX63JnBdshNLVMPA0qGnm0c/RGilIahX3VjJnpkI=";
hash = "sha256-gy0gFbPZAwQJHqJvk7WrbZ5y2I+9BGv9VaCoOW1QPek=";
# 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.
# The result will work with any vulkan-loader version.