···2122stdenv.mkDerivation rec {
23 pname = "vulkan-tools";
24- version = "1.3.224.1";
2526 # 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 });
3637 nativeBuildInputs = [
···2122stdenv.mkDerivation rec {
23 pname = "vulkan-tools";
24+ version = "1.3.231.0";
2526 # 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 });
3637 nativeBuildInputs = [