esphome: 2024.5.3 -> 2024.5.4

https://github.com/esphome/esphome/releases/tag/2024.5.4
This commit is contained in:
Martin Weinelt 2024-05-28 10:47:38 +02:00
parent ce45c8b72b
commit c3da36c2a7
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.3";
version = "2024.5.4";
pyproject = true;
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-iIkAVXyyHVmA3AK4JwuAA9483WOgLvDmOGzRA4MxPtE=";
hash = "sha256-UxNMHRQLrViK9ssFc0vHA/zqNw5yH8E6n+OAnq6vJdQ=";
};
nativeBuildInputs = with python.pkgs; [