Merge pull request #189334 from PedroHLC/vulkan-caps-viewer-3.25

vulkan-caps-viewer: 3.24 -> 3.25

authored by superherointj and committed by GitHub 29483a4b 1c667651

+3 -3
+3 -3
pkgs/tools/graphics/vulkan-caps-viewer/default.nix
··· 10 11 stdenv.mkDerivation rec { 12 pname = "vulkan-caps-viewer"; 13 - version = "3.24"; 14 15 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.
··· 10 11 stdenv.mkDerivation rec { 12 pname = "vulkan-caps-viewer"; 13 + version = "3.25"; 14 15 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.