octoprint.python.pkgs.octopod: init at 0.3.16
This commit is contained in:
parent
3aa178fc64
commit
a8049c4dca
@ -337,6 +337,27 @@ in
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
octopod = buildPlugin rec {
|
||||||
|
pname = "octopod";
|
||||||
|
version = "0.3.16";
|
||||||
|
|
||||||
|
src = fetchFromGitHub {
|
||||||
|
owner = "gdombiak";
|
||||||
|
repo = "OctoPrint-OctoPod";
|
||||||
|
rev = version;
|
||||||
|
sha256 = "sha256-9QKC1MsYO3XihOTAijJUv5i20iMSQHOHPfLiYPV5y8s=";
|
||||||
|
};
|
||||||
|
|
||||||
|
propagatedBuildInputs = with super; [ pillow ];
|
||||||
|
|
||||||
|
meta = with lib; {
|
||||||
|
description = "OctoPod extension for OctoPrint";
|
||||||
|
homepage = "https://github.com/gdombiak/OctoPrint-OctoPod";
|
||||||
|
license = licenses.asl20;
|
||||||
|
maintainers = with maintainers; [ tri-ler ];
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
printtimegenius = buildPlugin rec {
|
printtimegenius = buildPlugin rec {
|
||||||
pname = "printtimegenius";
|
pname = "printtimegenius";
|
||||||
version = "2.3.3";
|
version = "2.3.3";
|
||||||
|
Loading…
Reference in New Issue
Block a user