From 3bc2bd2a5c5c886f75363211d838b749ab95137e Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Sun, 7 Jun 2026 23:36:07 +1000 Subject: [PATCH] chore: lock m3shapes to specific rev --- CMakeLists.txt | 2 +- flake.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index edc5b7a7..5fd570c1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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") diff --git a/flake.nix b/flake.nix index d88bf37f..a75debf7 100644 --- a/flake.nix +++ b/flake.nix @@ -16,7 +16,7 @@ }; m3shapes = { - url = "github:soramanew/m3shapes"; + url = "github:soramanew/m3shapes/356825d31f16052a782735cce264331cba0cb71b"; flake = false; }; };