Merge pull request #131626 from mweinelt/esphome

esphome: 1.20.0 -> 1.20.1
This commit is contained in:
Ben Siraphob 2021-07-27 21:30:09 +07:00 committed by GitHub
commit c28475cc12
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,13 +16,13 @@ let
in
with python.pkgs; buildPythonApplication rec {
pname = "esphome";
version = "1.20.0";
version = "1.20.1";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "v${version}";
sha256 = "sha256-saLcTiWqpxnE+li9ojfrEAh/vjB1c3K4kQzkrBJW3t4=";
sha256 = "sha256-uCMxtMEOWrlOpc8SXDzleLY5VfyizmSh1tWgxTLUjzg=";
};
patches = [