esphome: 2025.6.2 -> 2025.6.3

https://github.com/esphome/esphome/releases/tag/2025.6.3
This commit is contained in:
Martin Weinelt
2025-07-03 16:50:13 +02:00
parent d1a266e08f
commit 9210794c42
+2 -2
View File
@@ -33,14 +33,14 @@ let
in
python.pkgs.buildPythonApplication rec {
pname = "esphome";
version = "2025.6.2";
version = "2025.6.3";
pyproject = true;
src = fetchFromGitHub {
owner = "esphome";
repo = "esphome";
tag = version;
hash = "sha256-45DhWxBvItl70mx/H42o9PqlIipvzIA/A9H6pKDO2fo=";
hash = "sha256-3Xcxn12QKQg0jxdOPP7y01YaikvxmPPX9JL2JBvdsUM=";
};
build-systems = with python.pkgs; [