chore: bump m3shapes again

To fix build warnings
This commit is contained in:
2 * r + 2 * t 2026-06-10 02:22:57 +10:00
parent 3c7df45505
commit 92a4273cf5
3 changed files with 6 additions and 6 deletions

View file

@ -75,7 +75,7 @@ endif()
if("m3shapes" IN_LIST ENABLE_MODULES) if("m3shapes" IN_LIST ENABLE_MODULES)
message(STATUS "Fetching M3Shapes module") message(STATUS "Fetching M3Shapes module")
include(FetchContent) include(FetchContent)
set(M3SHAPES_REV eb93964ab8583ae21c3a0bb9897f96ef9a1b5377) set(M3SHAPES_REV bdc327b29f95394a732baf3c9b19658ba23755b6)
FetchContent_Declare( FetchContent_Declare(
m3shapes_external m3shapes_external
GIT_REPOSITORY https://github.com/soramanew/m3shapes.git GIT_REPOSITORY https://github.com/soramanew/m3shapes.git

8
flake.lock generated
View file

@ -24,17 +24,17 @@
"m3shapes": { "m3shapes": {
"flake": false, "flake": false,
"locked": { "locked": {
"lastModified": 1781001698, "lastModified": 1781017666,
"narHash": "sha256-yJ7IFqIbFBhSB5iXQK1/z/l1V8SRhiK2CK+hTVvwW2o=", "narHash": "sha256-kfHyzZaPHgqZML48OA+5JwBOsLdQJ2ci/aGPShvUB4Y=",
"owner": "soramanew", "owner": "soramanew",
"repo": "m3shapes", "repo": "m3shapes",
"rev": "eb93964ab8583ae21c3a0bb9897f96ef9a1b5377", "rev": "bdc327b29f95394a732baf3c9b19658ba23755b6",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "soramanew", "owner": "soramanew",
"repo": "m3shapes", "repo": "m3shapes",
"rev": "eb93964ab8583ae21c3a0bb9897f96ef9a1b5377", "rev": "bdc327b29f95394a732baf3c9b19658ba23755b6",
"type": "github" "type": "github"
} }
}, },

View file

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