summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPedroHLC ☭ <root@pedrohlc.com>2023-09-10 19:07:34 -0300
committerPedroHLC ☭ <root@pedrohlc.com>2023-09-10 19:07:34 -0300
commit07582585396f2a6499c79c0d93565fde07316087 (patch)
treed8dba757309225db6d3e687139913b5318baf828
parentMerge pull request #254366 from wegank/svt-av1-darwin (diff)
downloadnixpkgs-07582585396f2a6499c79c0d93565fde07316087.tar.gz
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.