vulkanscenegraph: 1.1.14 -> 1.1.15 (#518792)

This commit is contained in:
Nikolay Korotkiy 2026-05-11 07:05:48 +00:00 committed by GitHub
commit 9d8e096346
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -12,13 +12,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "vulkanscenegraph";
version = "1.1.14";
version = "1.1.15";
src = fetchFromGitHub {
owner = "vsg-dev";
repo = "VulkanSceneGraph";
tag = "v${finalAttrs.version}";
hash = "sha256-879jvD8gP31ENYeTGexV+V4UQtdo2xJDPUaDRKkropg=";
hash = "sha256-+uSgBIjIm+N9nn31hVzEQTygIhDu4/FfhPLNJUG8XPU=";
};
nativeBuildInputs = [