From 20f5b01327348e09930bd19559eb6cafd4340c0a Mon Sep 17 00:00:00 2001 From: noise Date: Sat, 28 Feb 2026 22:12:15 +0300 Subject: [PATCH] ref: pin manifest sources to commit hash --- jp.angeltech.MoeMoji.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/jp.angeltech.MoeMoji.json b/jp.angeltech.MoeMoji.json index 5f80f4b..e1b9a58 100644 --- a/jp.angeltech.MoeMoji.json +++ b/jp.angeltech.MoeMoji.json @@ -16,8 +16,10 @@ "buildsystem": "meson", "sources": [ { - "type": "dir", - "path": "." + "type": "git", + "url": "https://gitea.angeltech.jp/Angel-Technologies/MoeMoji", + "tag": "v0.1.0", + "commit": "14cd08e28ed1f346e2c9da4d3f7d7a5285b69230" } ] }