about summary refs log tree commit diff
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2024-06-29 09:14:32 -0400
committerGitHub <noreply@github.com>2024-06-29 09:14:32 -0400
commit61ad1d0eaa571523240891b6e333d82db2615655 (patch)
treedae0034e93457a944b99fa8d21862a516c9ccc1d
parentc65a60cb3fe5da694013a2033533ffe63031b1cc (diff)
parentd9999db7abf8417a23b1a631a15a7001ff7a7b04 (diff)
Merge pull request #323244 from r-ryantm/auto-update/vulkan-caps-viewer
vulkan-caps-viewer: 3.40 -> 3.41
-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 239d8c5d652c9..2305e7c1bab5d 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.40";
+  version = "3.41";
 
   src = fetchFromGitHub {
     owner = "SaschaWillems";
     repo = "VulkanCapsViewer";
     rev = version;
-    hash = "sha256-bFBwv7VmZlw/00ZP0sfrLZIvaGucXj8OqkFSWubD7O4=";
+    hash = "sha256-CAPteS1zjS6a+/6ZFUZD1WA7dcK8yM4qodVF8PGpTfY=";
     # 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.