about summary refs log tree commit diff
path: root/pkgs/tools/misc/esphome
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2021-09-20 14:32:50 +0200
committerMartin Weinelt <hexa@darmstadt.ccc.de>2021-09-20 14:32:50 +0200
commitdd97523efec6e1a12989cedef9c572bc29545c6f (patch)
tree9fba4f6e8f81de5d7f5f82653c31bcab80ff0f68 /pkgs/tools/misc/esphome
parentf5d66f8fcf9fc6352f98b4b04bb0bc0907a67e2b (diff)
esphome: 2021.9.0 -> 2021.9.1
Diffstat (limited to 'pkgs/tools/misc/esphome')
-rw-r--r--pkgs/tools/misc/esphome/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/misc/esphome/default.nix b/pkgs/tools/misc/esphome/default.nix
index 3a7cc24e6700a..a4678e357008f 100644
--- a/pkgs/tools/misc/esphome/default.nix
+++ b/pkgs/tools/misc/esphome/default.nix
@@ -16,13 +16,13 @@ let
 in
 with python.pkgs; buildPythonApplication rec {
   pname = "esphome";
-  version = "2021.9.0";
+  version = "2021.9.1";
 
   src = fetchFromGitHub {
     owner = pname;
     repo = pname;
     rev = version;
-    sha256 = "sha256-QYtScfw+VFYc5rljDf1W+vI8Rx2UJuQ51yBTBVhO7Ns=";
+    sha256 = "sha256-JWUGOvY34wZSBTZdpuApPjEfBtgPSFKiVk89TUK441I=";
   };
 
   patches = [