esphome: 2023.3.2 -> 2023.4.0

https://github.com/esphome/esphome/releases/tag/2023.4.0
This commit is contained in:
Martin Weinelt 2023-04-20 17:41:14 +02:00
parent 90c98c4c72
commit 63d5fd39e4
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -16,14 +16,14 @@ let
in
python.pkgs.buildPythonApplication rec {
pname = "esphome";
version = "2023.3.2";
version = "2023.4.0";
format = "setuptools";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-MfipnmBxCz8R0bNyJDRBP2R8JeOtgIm6Mu6SFPGkDc0=";
hash = "sha256-u3EQ2ZE6Yfa5M7lr0dULztTf4bGj6XEkta1LcTZCR50=";
};
postPatch = ''