chatmcp: 0.0.45 -> 0.0.51 (#408812)

Co-authored-by: emaryn <emaryn@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot] 2025-05-19 18:02:18 +00:00 committed by GitHub
commit 198e914fcc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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;