about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorMartin Weinelt <mweinelt@users.noreply.github.com>2021-07-30 10:59:05 +0200
committerGitHub <noreply@github.com>2021-07-30 10:59:05 +0200
commit5eb192b1d4807f457c7ce10cef0474b3ce8fc5ee (patch)
treecde754b17367f3e4321fc4f79462824181305148 /pkgs
parente448b1c8be8319d73cd8c01c825f3215e4b2a665 (diff)
parent6660b6b8cc1a8393073b2a3f43eac77e5495e687 (diff)
Merge pull request #132036 from r-ryantm/auto-update/esphome
esphome: 1.20.2 -> 1.20.3
Diffstat (limited to 'pkgs')
-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 48c656acf4bfa..e38f0d48b9b7c 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 = "1.20.2";
+  version = "1.20.3";
 
   src = fetchFromGitHub {
     owner = pname;
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-th0UJsLTJ8fAgiIv3HvNrbigFwoJO7gEXObYFV3c3WA=";
+    sha256 = "1sx2ky7860d8rjfxpbwb176n33icz6q82w4wgd5qr3ldrfjn58vn";
   };
 
   patches = [