vulkan-validation-layers: 1.4.309.0 -> 1.4.313.0

Diff: https://github.com/KhronosGroup/Vulkan-ValidationLayers/compare/vulkan-sdk-1.4.309.0...vulkan-sdk-1.4.313.0
This commit is contained in:
K900
2025-05-06 20:47:30 +03:00
parent ffde3c74d3
commit 84c037ee7f
@@ -25,13 +25,13 @@ let
in
stdenv.mkDerivation rec {
pname = "vulkan-validation-layers";
version = "1.4.309.0";
version = "1.4.313.0";
src = fetchFromGitHub {
owner = "KhronosGroup";
repo = "Vulkan-ValidationLayers";
rev = "vulkan-sdk-${version}";
hash = "sha256-U9sTzf5xht3YOaThD8iE4KkXZDClFmmAv35c1t1bb7c=";
hash = "sha256-FavJ9QIv9J/QlY8bBSQ4C+8ZeNzge3Rov97GPOjltuA=";
};
strictDeps = true;