Skip to content

Commit

Permalink
esphome: 1.14.3 -> 1.14.4 (#91204)
Browse files Browse the repository at this point in the history
  • Loading branch information
mweinelt committed Jun 21, 2020
1 parent 838822a commit 735800c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Expand Up @@ -18,11 +18,11 @@ let

in python.pkgs.buildPythonApplication rec {
pname = "esphome";
version = "1.14.3";
version = "1.14.4";

src = python.pkgs.fetchPypi {
inherit pname version;
sha256 = "0xnsl000c5a2li9qw9anrzzq437qn1n4hcfc24i4rfq37awzmig7";
sha256 = "10krdmpbafvii0qlg5w94vdv573f3zdqm78ck79d6q0frdd9q9yn";
};

ESPHOME_USE_SUBPROCESS = "";
Expand Down
2 changes: 1 addition & 1 deletion pkgs/top-level/all-packages.nix
Expand Up @@ -1784,7 +1784,7 @@ in

eschalot = callPackage ../tools/security/eschalot { };

esphome = callPackage ../servers/home-assistant/esphome.nix { };
esphome = callPackage ../tools/misc/esphome { };

esptool = callPackage ../tools/misc/esptool { };

Expand Down

0 comments on commit 735800c

Please sign in to comment.