summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2023-09-10 18:55:15 -0500
committerGitHub <noreply@github.com>2023-09-10 18:55:15 -0500
commitf54ec6c2f75b2e17f7d760ad9237fd323e603e86 (patch)
tree7adcc1a95a35a3566a55733ad174518e59dc0e7d
parentMerge pull request #254456 from dotlambda/corrosion-0.4.3 (diff)
parentvulkan-caps-viewer: 3.31 -> 3.32 (diff)
downloadnixpkgs-f54ec6c2f75b2e17f7d760ad9237fd323e603e86.tar.gz
Merge pull request #254458 from PedroHLC/vulkan-caps-viewer-3.32
vulkan-caps-viewer: 3.31 -> 3.32
-rw-r--r--pkgs/tools/graphics/vulkan-caps-viewer/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/graphics/vulkan-caps-viewer/default.nix b/pkgs/tools/graphics/vulkan-caps-viewer/default.nix
index 047ab022aae4..b2a9781f23ec 100644
--- a/pkgs/tools/graphics/vulkan-caps-viewer/default.nix
+++ b/pkgs/tools/graphics/vulkan-caps-viewer/default.nix
@@ -11,13 +11,13 @@
stdenv.mkDerivation rec {
pname = "vulkan-caps-viewer";
- version = "3.31";
+ version = "3.32";
src = fetchFromGitHub {
owner = "SaschaWillems";
repo = "VulkanCapsViewer";
rev = version;
- hash = "sha256-+cJtJPpEFHyy+CbPm0IB2nDa7FM1JY8NOsqGB/WIY2A=";
+ hash = "sha256-SPz8AurANjNwtsPHdZ2lCaC3VEcEAKn93st/7DJ0oyU=";
# 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.