mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
chatmcp: 0.0.51 -> 0.0.57
This commit is contained in:
parent
ee2477b0b5
commit
2b226eb86b
2 changed files with 12 additions and 2 deletions
|
@ -14,13 +14,13 @@
|
|||
|
||||
flutter329.buildFlutterApplication rec {
|
||||
pname = "chatmcp";
|
||||
version = "0.0.51";
|
||||
version = "0.0.57";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "daodao97";
|
||||
repo = "chatmcp";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-XLlNK0VH766kaTjGaIgOKOot16TGkaTlF0yEzuGID5o=";
|
||||
hash = "sha256-V4Tf3nIGMytVuSRlHDd8FvG4qyrpESM1cZKJS9PRCMg=";
|
||||
};
|
||||
|
||||
pubspecLock = lib.importJSON ./pubspec.lock.json;
|
||||
|
|
|
@ -60,6 +60,16 @@
|
|||
"source": "hosted",
|
||||
"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": {
|
||||
"dependency": "transitive",
|
||||
"description": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue