octoprint.python.pkgs.octoprint-dashboard: 1.13.0 -> 1.15.1

gstqt5
Bernardo Meurer 2020-10-07 20:57:49 -07:00
parent 223e028ca9
commit a742a83a6e
No known key found for this signature in database
GPG Key ID: F4C0D53B8D14C246
1 changed files with 2 additions and 2 deletions

View File

@ -293,13 +293,13 @@ in {
octoprint-dashboard = buildPlugin rec {
pname = "OctoPrint-Dashboard";
version = "1.13.0";
version = "1.15.1";
src = fetchFromGitHub {
owner = "StefanCohen";
repo = pname;
rev = version;
sha256 = "1879l05gkkryvhxkmhr3xvd10d4m7i0cr3jk1gdcv47xwyr6q9pf";
sha256 = "1psk069g8xdpgbzmna51dh978vrildh33dn7kbbi5y31ry5c3gx6";
};
meta = with stdenv.lib; {