esphome: 2023.2.4 -> 2023.3.0

https://github.com/esphome/esphome/releases/tag/2023.3.0
This commit is contained in:
Martin Weinelt 2023-03-15 23:07:43 +01:00
parent acb453737a
commit f6ba418a8b
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.2.4";
version = "2023.3.0";
format = "setuptools";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-xy4g0BVJz4NjM6NoKNa5TrUSvr96O+eviuBqLz9LWso=";
hash = "sha256-L5sSB2RXBAE85idScv0zordi4TKiOiVt2HZpxB6e8H0=";
};
postPatch = ''