chatmcp: 0.0.26-alpha -> 0.0.28-alpha

This commit is contained in:
R. Ryantm
2025-04-29 09:01:49 +00:00
parent 0344f99dd4
commit 2f262a491a
+2 -2
View File
@@ -14,13 +14,13 @@
flutter329.buildFlutterApplication rec {
pname = "chatmcp";
version = "0.0.26-alpha";
version = "0.0.28-alpha";
src = fetchFromGitHub {
owner = "daodao97";
repo = "chatmcp";
tag = "v${version}";
hash = "sha256-ayGpP1Tiz2437YDSXIwuFNXWpqReHUuI0Nuaf/aus+Q=";
hash = "sha256-QKTZ4gtGEXLGYzQdo1Ej6vFVLpmozywtSWy/fqgQOmI=";
};
pubspecLock = lib.importJSON ./pubspec.lock.json;