octoprint.python.pkgs.themeify: init at 1.2.2
This commit is contained in:
parent
ea33f3dab8
commit
f66c7667e3
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user