···1011stdenv.mkDerivation rec {
12 pname = "vulkan-caps-viewer";
13- version = "3.24";
1415 src = fetchFromGitHub {
16 owner = "SaschaWillems";
17 repo = "VulkanCapsViewer";
18- rev = "${version}";
19- hash = "sha256-BSydAPZ74rGzW4UA/aqL2K/86NTK/eZqc3MZUbdq7iU=";
20 # Note: this derivation strictly requires vulkan-header to be the same it was developed against.
21 # To help they put in a git-submodule.
22 # It works with older vulkan-loaders.
···1011stdenv.mkDerivation rec {
12 pname = "vulkan-caps-viewer";
13+ version = "3.25";
1415 src = fetchFromGitHub {
16 owner = "SaschaWillems";
17 repo = "VulkanCapsViewer";
18+ rev = if version == "3.25" then "${version}_fixed" else version;
19+ hash = "sha256-JQMnR9WNR8OtcgVfE5iZebdvZ/JmZNDchET5cK/Bruc=";
20 # Note: this derivation strictly requires vulkan-header to be the same it was developed against.
21 # To help they put in a git-submodule.
22 # It works with older vulkan-loaders.