octoprint.python.pkgs.octoprint-dashboard: 1.15.2 -> 1.18.3

This commit is contained in:
Martin Weinelt
2021-08-23 01:55:11 +02:00
parent fe6d9366c9
commit 505106bc4b
+2 -2
View File
@@ -396,13 +396,13 @@ in {
octoprint-dashboard = buildPlugin rec {
pname = "OctoPrint-Dashboard";
version = "1.15.2";
version = "1.18.3";
src = fetchFromGitHub {
owner = "StefanCohen";
repo = pname;
rev = version;
sha256 = "0p94jwd7kagh3sixhcrqmsgbay4aaf9l1pgyi2b45jym8pvld5n4";
sha256 = "sha256-hLHT3Uze/6PlOCEICVZ2ieFTyXgcqCvgHOlIIEquujg=";
};
meta = with lib; {