about summary refs log tree commit diff
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2024-03-14 01:07:23 -0400
committerGitHub <noreply@github.com>2024-03-14 01:07:23 -0400
commit39f89c4a6df3118fb6ae69582df2b5df181851bc (patch)
tree5831f2fd0a23abb1d003739133afee69cfa7f989
parentfd5fa5f7eb0dccf4497307f1289fc5dcdd60cf3b (diff)
parentfc50b57f664ffa071639e41f26db1d2a1a39e176 (diff)
Merge pull request #295751 from r-ryantm/auto-update/vulkan-caps-viewer
vulkan-caps-viewer: 3.33 -> 3.34
-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 f5962d9aa6c41..4ab820b512e30 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.33";
+  version = "3.34";
 
   src = fetchFromGitHub {
     owner = "SaschaWillems";
     repo = "VulkanCapsViewer";
     rev = version;
-    hash = "sha256-eKUgsT3KDua+whO0JdtnniKqoRmBt58LELeUz24goPM=";
+    hash = "sha256-F1D/+Q/GXqQazTNgwdiHS9qqIHy0YGssmagw615E+xg=";
     # 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.