chore: bump m3shapes version

This commit is contained in:
2 * r + 2 * t 2026-06-09 21:44:22 +10:00
parent c46593d438
commit 362c1ec670
3 changed files with 8 additions and 5 deletions

View file

@ -75,10 +75,12 @@ endif()
if("m3shapes" IN_LIST ENABLE_MODULES)
message(STATUS "Fetching M3Shapes module")
include(FetchContent)
set(M3SHAPES_REV eb93964ab8583ae21c3a0bb9897f96ef9a1b5377)
FetchContent_Declare(
m3shapes_external
GIT_REPOSITORY https://github.com/soramanew/m3shapes.git
GIT_TAG 356825d31f16052a782735cce264331cba0cb71b
GIT_TAG ${M3SHAPES_REV}
SOURCE_DIR "${CMAKE_BINARY_DIR}/_deps/m3shapes-${M3SHAPES_REV}"
)
FetchContent_MakeAvailable(m3shapes_external)
message(STATUS "Done fetching M3Shapes module")

7
flake.lock generated
View file

@ -24,16 +24,17 @@
"m3shapes": {
"flake": false,
"locked": {
"lastModified": 1777812556,
"narHash": "sha256-E5nqOucRQBWKuT31AMekmfgMywRdHgSbU86R7t4BKKA=",
"lastModified": 1781001698,
"narHash": "sha256-yJ7IFqIbFBhSB5iXQK1/z/l1V8SRhiK2CK+hTVvwW2o=",
"owner": "soramanew",
"repo": "m3shapes",
"rev": "356825d31f16052a782735cce264331cba0cb71b",
"rev": "eb93964ab8583ae21c3a0bb9897f96ef9a1b5377",
"type": "github"
},
"original": {
"owner": "soramanew",
"repo": "m3shapes",
"rev": "eb93964ab8583ae21c3a0bb9897f96ef9a1b5377",
"type": "github"
}
},

View file

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