Skip to content

Commit 198e914

Browse files
nixpkgs-merge-bot[bot]emaryn
andauthored
chatmcp: 0.0.45 -> 0.0.51 (#408812)
Co-authored-by: emaryn <[email protected]>
2 parents 1b3b541 + 0c40928 commit 198e914

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/ch/chatmcp/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@
1414

1515
flutter329.buildFlutterApplication rec {
1616
pname = "chatmcp";
17-
version = "0.0.45";
17+
version = "0.0.51";
1818

1919
src = fetchFromGitHub {
2020
owner = "daodao97";
2121
repo = "chatmcp";
2222
tag = "v${version}";
23-
hash = "sha256-UeQ0J30d/8jOWgpJRH0E5fyq5mPJpMyihEYmKYj/Hmg=";
23+
hash = "sha256-XLlNK0VH766kaTjGaIgOKOot16TGkaTlF0yEzuGID5o=";
2424
};
2525

2626
pubspecLock = lib.importJSON ./pubspec.lock.json;

0 commit comments

Comments
 (0)