esphome: 2025.4.1 -> 2025.4.2

https://github.com/esphome/esphome/releases/tag/2025.4.2
This commit is contained in:
Martin Weinelt
2025-05-12 00:40:23 +02:00
parent fe18c7451f
commit e43a2f6ed8
+2 -2
View File
@@ -22,14 +22,14 @@ let
in
python.pkgs.buildPythonApplication rec {
pname = "esphome";
version = "2025.4.1";
version = "2025.4.2";
pyproject = true;
src = fetchFromGitHub {
owner = pname;
repo = pname;
tag = version;
hash = "sha256-EWSV87z0Npsf/1lDzbk2s4Phx0tZJZnMzubaX+W6fAY=";
hash = "sha256-vy/wjtl/IbdSOxAUsV4bl7VNEBTetsvIDh2V1gDHSMs=";
};
build-systems = with python.pkgs; [