Merge pull request #258450 from mweinelt/esphome-2023.9.1

esphome: 2023.9.0 -> 2023.9.1
This commit is contained in:
Nick Cao 2023-10-02 09:31:56 -04:00 committed by GitHub
commit 828e7d8d7e
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.0";
version = "2023.9.1";
format = "setuptools";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-svWRR5ePlMiLNfTtuhabp9HhQn4/ioUC6jPbEMDr/w8=";
hash = "sha256-Uyq5pej1RZXfgh10I5WGxB3V/2y0xZOVNgQ2F6lnR3g=";
};
postPatch = ''