forked from mirrors/nixpkgs
octoprint.python.pkgs.octoprint-dashboard: init at 1.13.0
This commit is contained in:
parent
452e5b9348
commit
4746456a64
|
@ -271,4 +271,23 @@ in {
|
|||
maintainers = with maintainers; [ j0hax ];
|
||||
};
|
||||
};
|
||||
|
||||
octoprint-dashboard = buildPlugin rec {
|
||||
pname = "OctoPrint-Dashboard";
|
||||
version = "1.13.0";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "StefanCohen";
|
||||
repo = pname;
|
||||
rev = version;
|
||||
sha256 = "1879l05gkkryvhxkmhr3xvd10d4m7i0cr3jk1gdcv47xwyr6q9pf";
|
||||
};
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "A dashboard for Octoprint";
|
||||
homepage = "https://github.com/StefanCohen/OctoPrint-Dashboard";
|
||||
license = licenses.agpl3;
|
||||
maintainers = with maintainers; [ j0hax ];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue