Unverified Commit 198e914f authored by nixpkgs-merge-bot[bot]'s avatar nixpkgs-merge-bot[bot] Committed by GitHub
Browse files

chatmcp: 0.0.45 -> 0.0.51 (#408812)

parents 1b3b541e 0c409284
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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;