esphome: 2025.5.1 -> 2025.5.2

https://github.com/esphome/esphome/releases/tag/2025.5.2
This commit is contained in:
Martin Weinelt 2025-06-03 20:21:32 +02:00
parent 24f4a11d7b
commit 4a06138baf
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

@ -33,14 +33,14 @@ let
in
python.pkgs.buildPythonApplication rec {
pname = "esphome";
version = "2025.5.1";
version = "2025.5.2";
pyproject = true;
src = fetchFromGitHub {
owner = "esphome";
repo = "esphome";
tag = version;
hash = "sha256-z4FwymWFjyqNx95r2o7LLCmytRQYkogfCKiUFNyGOuA=";
hash = "sha256-p4+OuBGS9OJxxiQ4xOO2WseUrw3yXWyCZn7jilnh06E=";
};
build-systems = with python.pkgs; [