esphome: 2023.5.0. -> 2023.5.1

https://github.com/esphome/esphome/releases/tag/2023.5.1
This commit is contained in:
Martin Weinelt 2023-05-18 12:58:42 +02:00
parent e51209796c
commit c64d445d6c
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.5.0";
version = "2023.5.1";
format = "setuptools";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-prbFCetgHhPsuiXI3bhfGpOpYHPusECC8zuPhT1ZCSU=";
hash = "sha256-alJQgAjlxqgKPpmW3nrcUFysh1juHq4YX3t21+gL/nI=";
};
postPatch = ''