esphome: 2024.5.2 -> 2024.5.3

https://github.com/esphome/esphome/releases/tag/2024.5.3
This commit is contained in:
Martin Weinelt 2024-05-24 22:28:13 +02:00
parent 71f83ae5ba
commit 24decc1ea8
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -19,14 +19,14 @@ let
in
python.pkgs.buildPythonApplication rec {
pname = "esphome";
version = "2024.5.2";
version = "2024.5.3";
pyproject = true;
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-LcRqqwMVDgXeUqBS7gmfZqGJxKmXgRfnjNbejlQgijI=";
hash = "sha256-iIkAVXyyHVmA3AK4JwuAA9483WOgLvDmOGzRA4MxPtE=";
};
nativeBuildInputs = with python.pkgs; [