Merge pull request #222933 from r-ryantm/auto-update/esphome

esphome: 2023.3.0 -> 2023.3.1
This commit is contained in:
Martin Weinelt 2023-03-24 20:43:05 +01:00 committed by GitHub
commit 33c20483c1
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.3.0";
version = "2023.3.1";
format = "setuptools";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-L5sSB2RXBAE85idScv0zordi4TKiOiVt2HZpxB6e8H0=";
hash = "sha256-h35V6tg6TewqJiZ4T5t6RNNaT2JEzqhbnJgH6xqqqzs=";
};
postPatch = ''