Commit 3aa178fc authored by tri-ler's avatar tri-ler
Browse files

octoprint.python.pkgs.obico: init at 2.5.0

parent 8d489609
Loading
Loading
Loading
Loading
+26 −0
Original line number Diff line number Diff line
@@ -311,6 +311,32 @@ in
    };
  };

  obico = buildPlugin rec {
    pname = "obico";
    version = "2.5.0";

    src = fetchFromGitHub {
      owner = "TheSpaghettiDetective";
      repo = "OctoPrint-Obico";
      rev = version;
      sha256 = "sha256-cAUXe/lRTqYuWnrRiNDuDjcayL5yV9/PtTd9oeSC8KA=";
    };

    propagatedBuildInputs = with super; [
      backoff
      sentry-sdk
      bson
      distro
    ];

    meta = with lib; {
      description = "Monitor Octoprint-connected printers with Obico";
      homepage = "https://www.obico.io/";
      license = licenses.agpl3Only;
      maintainers = with maintainers; [ tri-ler ];
    };
  };

  printtimegenius = buildPlugin rec {
    pname = "printtimegenius";
    version = "2.3.3";