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

vulkan-caps-viewer: 3.24 -> 3.25
This commit is contained in:
superherointj 2022-09-01 16:34:25 -03:00 committed by GitHub
commit 29483a4b5e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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