···2323in
2424stdenv.mkDerivation rec {
2525 pname = "vulkan-validation-layers";
2626- version = "1.3.243.0";
2626+ version = "1.3.249";
27272828 # If we were to use "dev" here instead of headers, the setupHook would be
2929 # placed in that output instead of "out".
···3333 src = fetchFromGitHub {
3434 owner = "KhronosGroup";
3535 repo = "Vulkan-ValidationLayers";
3636- rev = "sdk-${version}";
3636+ rev = "v${version}";
3737 hash = "sha256-viVceH8qFz6Cl/RlMMWZnMIdzULELlnIvtPZ87ySs2M=";
3838 };
3939