chatmcp: 0.0.45 -> 0.0.51

This commit is contained in:
R. Ryantm
2025-05-19 17:43:45 +00:00
parent aa60aed1f7
commit 0c409284fb
+2 -2
View File
@@ -14,13 +14,13 @@
flutter329.buildFlutterApplication rec {
pname = "chatmcp";
version = "0.0.45";
version = "0.0.51";
src = fetchFromGitHub {
owner = "daodao97";
repo = "chatmcp";
tag = "v${version}";
hash = "sha256-UeQ0J30d/8jOWgpJRH0E5fyq5mPJpMyihEYmKYj/Hmg=";
hash = "sha256-XLlNK0VH766kaTjGaIgOKOot16TGkaTlF0yEzuGID5o=";
};
pubspecLock = lib.importJSON ./pubspec.lock.json;