octoprint.python.pkgs.themeify: init at 1.2.2

This commit is contained in:
Bernardo Meurer 2020-10-21 00:00:46 -07:00
parent ea33f3dab8
commit f66c7667e3
No known key found for this signature in database
GPG Key ID: F4C0D53B8D14C246

View File

@ -200,6 +200,25 @@ in {
};
};
themeify = buildPlugin rec {
pname = "Themeify";
version = "1.2.2";
src = fetchFromGitHub {
owner = "Birkbjo";
repo = "Octoprint-${pname}";
rev = "v${version}";
sha256 = "0j1qs6kyh947npdy7pqda25fjkqinpas3sy0qyscqlxi558lhvx2";
};
meta = with stdenv.lib; {
description = "Beautiful themes for OctoPrint";
homepage = "https://github.com/birkbjo/OctoPrint-Themeify";
license = licenses.agpl3;
maintainers = with maintainers; [ lovesegfault ];
};
};
titlestatus = buildPlugin rec {
pname = "TitleStatus";
version = "0.0.5";