···10101111stdenv.mkDerivation rec {
1212 pname = "vulkan-caps-viewer";
1313- version = "3.25";
1313+ version = "3.27";
14141515 src = fetchFromGitHub {
1616 owner = "SaschaWillems";
1717 repo = "VulkanCapsViewer";
1818- rev = if version == "3.25" then "${version}_fixed" else version;
1919- hash = "sha256-JQMnR9WNR8OtcgVfE5iZebdvZ/JmZNDchET5cK/Bruc=";
1818+ rev = version;
1919+ hash = "sha256-B/FBX63JnBdshNLVMPA0qGnm0c/RGilIahX3VjJnpkI=";
2020 # Note: this derivation strictly requires vulkan-header to be the same it was developed against.
2121- # To help they put in a git-submodule.
2222- # It works with older vulkan-loaders.
2121+ # To help us, they've put it in a git-submodule.
2222+ # The result will work with any vulkan-loader version.
2323 fetchSubmodules = true;
2424 };
2525