vulkan-caps-viewer: 4.00 -> 4.01

This commit is contained in:
R. Ryantm
2025-04-20 00:54:54 +00:00
parent ee446f457b
commit f6e073d43d
@@ -12,13 +12,13 @@
stdenv.mkDerivation rec {
pname = "vulkan-caps-viewer";
version = "4.00";
version = "4.01";
src = fetchFromGitHub {
owner = "SaschaWillems";
repo = "VulkanCapsViewer";
rev = version;
hash = "sha256-fliiNeZPEP4uNMRDgG093fvU01ZTxwv08YLGwBooOLA=";
hash = "sha256-A3JM5rqrXk4Qi2SIdA9GP0Knh/bwI8BXaotPQPQi8yo=";
# 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.