mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 03:23:29 +03:00
chatmcp: 0.0.45 -> 0.0.51 (#408812)
Co-authored-by: emaryn <emaryn@users.noreply.github.com>
This commit is contained in:
commit
198e914fcc
1 changed files with 2 additions and 2 deletions
|
@ -14,13 +14,13 @@
|
||||||
|
|
||||||
flutter329.buildFlutterApplication rec {
|
flutter329.buildFlutterApplication rec {
|
||||||
pname = "chatmcp";
|
pname = "chatmcp";
|
||||||
version = "0.0.45";
|
version = "0.0.51";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "daodao97";
|
owner = "daodao97";
|
||||||
repo = "chatmcp";
|
repo = "chatmcp";
|
||||||
tag = "v${version}";
|
tag = "v${version}";
|
||||||
hash = "sha256-UeQ0J30d/8jOWgpJRH0E5fyq5mPJpMyihEYmKYj/Hmg=";
|
hash = "sha256-XLlNK0VH766kaTjGaIgOKOot16TGkaTlF0yEzuGID5o=";
|
||||||
};
|
};
|
||||||
|
|
||||||
pubspecLock = lib.importJSON ./pubspec.lock.json;
|
pubspecLock = lib.importJSON ./pubspec.lock.json;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue