chore: lock m3shapes to specific rev

This commit is contained in:
2 * r + 2 * t 2026-06-07 23:36:07 +10:00
parent ddd5c270d1
commit 3bc2bd2a5c
2 changed files with 2 additions and 2 deletions

View file

@ -78,7 +78,7 @@ if("m3shapes" IN_LIST ENABLE_MODULES)
FetchContent_Declare(
m3shapes_external
GIT_REPOSITORY https://github.com/soramanew/m3shapes.git
GIT_TAG main
GIT_TAG 356825d31f16052a782735cce264331cba0cb71b
)
FetchContent_MakeAvailable(m3shapes_external)
message(STATUS "Done fetching M3Shapes module")

View file

@ -16,7 +16,7 @@
};
m3shapes = {
url = "github:soramanew/m3shapes";
url = "github:soramanew/m3shapes/356825d31f16052a782735cce264331cba0cb71b";
flake = false;
};
};