chatmcp: 0.0.51 -> 0.0.57

This commit is contained in:
R. Ryantm 2025-05-30 04:15:18 +00:00
parent ee2477b0b5
commit 2b226eb86b
2 changed files with 12 additions and 2 deletions

View file

@ -14,13 +14,13 @@
flutter329.buildFlutterApplication rec { flutter329.buildFlutterApplication rec {
pname = "chatmcp"; pname = "chatmcp";
version = "0.0.51"; version = "0.0.57";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "daodao97"; owner = "daodao97";
repo = "chatmcp"; repo = "chatmcp";
tag = "v${version}"; tag = "v${version}";
hash = "sha256-XLlNK0VH766kaTjGaIgOKOot16TGkaTlF0yEzuGID5o="; hash = "sha256-V4Tf3nIGMytVuSRlHDd8FvG4qyrpESM1cZKJS9PRCMg=";
}; };
pubspecLock = lib.importJSON ./pubspec.lock.json; pubspecLock = lib.importJSON ./pubspec.lock.json;

View file

@ -60,6 +60,16 @@
"source": "hosted", "source": "hosted",
"version": "2.1.2" "version": "2.1.2"
}, },
"bot_toast": {
"dependency": "direct main",
"description": {
"name": "bot_toast",
"sha256": "6b93030a99a98335b8827ecd83021e92e885ffc61d261d3825ffdecdd17f3bdf",
"url": "https://pub.dev"
},
"source": "hosted",
"version": "4.1.3"
},
"build": { "build": {
"dependency": "transitive", "dependency": "transitive",
"description": { "description": {