esphome: 2023.5.2 -> 2023.5.3

https://github.com/esphome/esphome/releases/tag/2023.5.3
This commit is contained in:
Martin Weinelt
2023-05-23 00:36:30 +02:00
parent 4dc0f4e19f
commit 257ac0ddd4
+2 -2
View File
@@ -16,14 +16,14 @@ let
in
python.pkgs.buildPythonApplication rec {
pname = "esphome";
version = "2023.5.2";
version = "2023.5.3";
format = "setuptools";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-vxmrb4Myj9B0JO3g0kY8cX82xd9YGaSJ3q23o1VTYKU=";
hash = "sha256-1j8XS9hyQpN/3ERpbJ4EfVIBBB7UC6J5bWUVtLMuG4U=";
};
postPatch = ''