about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPedroHLC ☭ <root@pedrohlc.com>2023-01-26 07:02:15 -0300
committerPedroHLC ☭ <root@pedrohlc.com>2023-01-26 07:02:15 -0300
commit7d2325a774e6228a9ce15749e9a971ee51dd5d8d (patch)
tree06fed6a758b8e487fc18603927500ab29a6398ea
parent68607705cdf8c559d3216971e154cbe1df29daec (diff)
vulkan-caps-viewer: 3.27 -> 3.28
-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 ba96d721632c4..d53eeaa000c5c 100644
--- a/pkgs/tools/graphics/vulkan-caps-viewer/default.nix
+++ b/pkgs/tools/graphics/vulkan-caps-viewer/default.nix
@@ -10,13 +10,13 @@
 
 stdenv.mkDerivation rec {
   pname = "vulkan-caps-viewer";
-  version = "3.27";
+  version = "3.28";
 
   src = fetchFromGitHub {
     owner = "SaschaWillems";
     repo = "VulkanCapsViewer";
     rev = version;
-    hash = "sha256-B/FBX63JnBdshNLVMPA0qGnm0c/RGilIahX3VjJnpkI=";
+    hash = "sha256-gy0gFbPZAwQJHqJvk7WrbZ5y2I+9BGv9VaCoOW1QPek=";
     # 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.