Skip to content

Commit

Permalink
esphome: 1.15.3 -> 1.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
elseym committed Feb 4, 2021
1 parent cc9d44b commit b6cae26
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkgs/tools/misc/esphome/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,17 @@ let

in python.pkgs.buildPythonApplication rec {
pname = "esphome";
version = "1.15.3";
version = "1.16.0";

src = python.pkgs.fetchPypi {
inherit pname version;
sha256 = "a75b53e76fb8b4b394eca18fe74f622ca740bc13b7cbc02e6af5f50126b7aa0b";
sha256 = "0pvwzkdcpjqdf7lh1k3xv1la5v60lhjixzykapl7f2xh71fbm144";
};

ESPHOME_USE_SUBPROCESS = "";

propagatedBuildInputs = with python.pkgs; [
voluptuous pyyaml paho-mqtt colorlog
voluptuous pyyaml paho-mqtt colorlog colorama
tornado protobuf tzlocal pyserial ifaddr
protobuf click
];
Expand Down Expand Up @@ -49,6 +49,6 @@ in python.pkgs.buildPythonApplication rec {
description = "Make creating custom firmwares for ESP32/ESP8266 super easy";
homepage = "https://esphome.io/";
license = licenses.mit;
maintainers = with maintainers; [ dotlambda globin ];
maintainers = with maintainers; [ dotlambda globin elseym ];
};
}

0 comments on commit b6cae26

Please sign in to comment.