Merge pull request #262307 from mweinelt/esphome-2023.10.1

esphome: 2023.9.3 -> 2023.10.1
This commit is contained in:
Martin Weinelt 2023-10-20 20:59:39 +02:00 committed by GitHub
commit 5364b02b9f
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.3";
version = "2023.10.1";
format = "setuptools";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-SyXEiGh1/s9EJ0UPYC8R04JUYkCPhCtNUcGvVCycKGM=";
hash = "sha256-XKZYnZYXETv0UXrKtjQvDXyv8lwqfO19jc5Fs3KMhEY=";
};
postPatch = ''