Merge pull request #258589 from mweinelt/esphome-2023.9.2

esphome: 2023.9.1 -> 2023.9.2
This commit is contained in:
Nick Cao 2023-10-02 15:41:41 -04:00 committed by GitHub
commit 19c2c2f880
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,14 +16,14 @@ let
in
python.pkgs.buildPythonApplication rec {
pname = "esphome";
version = "2023.9.1";
version = "2023.9.2";
format = "setuptools";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-Uyq5pej1RZXfgh10I5WGxB3V/2y0xZOVNgQ2F6lnR3g=";
hash = "sha256-DWzeK5NIkf8zsK4auD2A5pU5F0pBtkTe2B1UdXwyfOI=";
};
postPatch = ''