vulkan-tools: 1.3.224.1 -> 1.3.231.0

+3 -3
+3 -3
pkgs/tools/graphics/vulkan-tools/default.nix
··· 21 22 stdenv.mkDerivation rec { 23 pname = "vulkan-tools"; 24 - version = "1.3.224.1"; 25 26 # It's not strictly necessary to have matching versions here, however 27 # since we're using the SDK version we may as well be consistent with 28 # the rest of nixpkgs. 29 - src = (assert version == vulkan-headers.version; 30 fetchFromGitHub { 31 owner = "KhronosGroup"; 32 repo = "Vulkan-Tools"; 33 rev = "sdk-${version}"; 34 - hash = "sha256-Z+QJBd2LBdiJD1fHhBLbOfOoLhqTg0J3tq+XQRSiQaY="; 35 }); 36 37 nativeBuildInputs = [
··· 21 22 stdenv.mkDerivation rec { 23 pname = "vulkan-tools"; 24 + version = "1.3.231.0"; 25 26 # It's not strictly necessary to have matching versions here, however 27 # since we're using the SDK version we may as well be consistent with 28 # the rest of nixpkgs. 29 + src = (assert (version) == vulkan-headers.version; 30 fetchFromGitHub { 31 owner = "KhronosGroup"; 32 repo = "Vulkan-Tools"; 33 rev = "sdk-${version}"; 34 + hash = "sha256-6oimP4ISa0dX4bLU3Nch8Ur6MzEMQscnL8EfRrqT/Es="; 35 }); 36 37 nativeBuildInputs = [