···23in
24stdenv.mkDerivation rec {
25 pname = "vulkan-validation-layers";
26- version = "1.3.243.0";
2728 # If we were to use "dev" here instead of headers, the setupHook would be
29 # placed in that output instead of "out".
···33 src = fetchFromGitHub {
34 owner = "KhronosGroup";
35 repo = "Vulkan-ValidationLayers";
36- rev = "sdk-${version}";
37 hash = "sha256-viVceH8qFz6Cl/RlMMWZnMIdzULELlnIvtPZ87ySs2M=";
38 };
39
···23in
24stdenv.mkDerivation rec {
25 pname = "vulkan-validation-layers";
26+ version = "1.3.249";
2728 # If we were to use "dev" here instead of headers, the setupHook would be
29 # placed in that output instead of "out".
···33 src = fetchFromGitHub {
34 owner = "KhronosGroup";
35 repo = "Vulkan-ValidationLayers";
36+ rev = "v${version}";
37 hash = "sha256-viVceH8qFz6Cl/RlMMWZnMIdzULELlnIvtPZ87ySs2M=";
38 };
39