mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2025-01-07 14:00:59 +03:00
octoprint.python.pkgs.octoklipper: init at 0.3.2
This commit is contained in:
parent
56c9f66a42
commit
223e028ca9
@ -272,6 +272,25 @@ in {
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
octoklipper = buildPlugin rec {
|
||||||
|
pname = "OctoKlipper";
|
||||||
|
version = "0.3.2";
|
||||||
|
|
||||||
|
src = fetchFromGitHub {
|
||||||
|
owner = "AliceGrey";
|
||||||
|
repo = "OctoprintKlipperPlugin";
|
||||||
|
rev = version;
|
||||||
|
sha256 = "15yg2blbgqp2gdpsqqm8qiiznq5qaq8wss07jimkl0865vrvlz7l";
|
||||||
|
};
|
||||||
|
|
||||||
|
meta = with stdenv.lib; {
|
||||||
|
description = "A plugin for a better integration of Klipper into OctoPrint";
|
||||||
|
homepage = "https://github.com/AliceGrey/OctoprintKlipperPlugin";
|
||||||
|
license = licenses.agpl3;
|
||||||
|
maintainers = with maintainers; [ lovesegfault ];
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
octoprint-dashboard = buildPlugin rec {
|
octoprint-dashboard = buildPlugin rec {
|
||||||
pname = "OctoPrint-Dashboard";
|
pname = "OctoPrint-Dashboard";
|
||||||
version = "1.13.0";
|
version = "1.13.0";
|
||||||
|
Loading…
Reference in New Issue
Block a user