From b347baf7d56c0a15afb8ec10fce51af325f894bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?PedroHLC=20=E2=98=AD?= Date: Tue, 25 Oct 2022 15:28:43 -0300 Subject: [PATCH] vulkan-tools: 1.3.224.1 -> 1.3.231.0 --- pkgs/tools/graphics/vulkan-tools/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/tools/graphics/vulkan-tools/default.nix b/pkgs/tools/graphics/vulkan-tools/default.nix index f57cba28439e..cb3fb8456a8d 100644 --- a/pkgs/tools/graphics/vulkan-tools/default.nix +++ b/pkgs/tools/graphics/vulkan-tools/default.nix @@ -21,17 +21,17 @@ stdenv.mkDerivation rec { pname = "vulkan-tools"; - version = "1.3.224.1"; + version = "1.3.231.0"; # It's not strictly necessary to have matching versions here, however # since we're using the SDK version we may as well be consistent with # the rest of nixpkgs. - src = (assert version == vulkan-headers.version; + src = (assert (version) == vulkan-headers.version; fetchFromGitHub { owner = "KhronosGroup"; repo = "Vulkan-Tools"; rev = "sdk-${version}"; - hash = "sha256-Z+QJBd2LBdiJD1fHhBLbOfOoLhqTg0J3tq+XQRSiQaY="; + hash = "sha256-6oimP4ISa0dX4bLU3Nch8Ur6MzEMQscnL8EfRrqT/Es="; }); nativeBuildInputs = [