Merge pull request #132036 from r-ryantm/auto-update/esphome

esphome: 1.20.2 -> 1.20.3
This commit is contained in:
Martin Weinelt
2021-07-30 10:59:05 +02:00
committed by GitHub
+2 -2
View File
@@ -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 = [