esphome: 2025.12.3 -> 2025.12.4

https://github.com/esphome/esphome/releases/tag/2025.12.4
This commit is contained in:
Martin Weinelt
2025-12-31 23:46:07 +01:00
parent 68fdd5f383
commit 70766aac14

View File

@@ -33,14 +33,14 @@ let
in
python.pkgs.buildPythonApplication rec {
pname = "esphome";
version = "2025.12.3";
version = "2025.12.4";
pyproject = true;
src = fetchFromGitHub {
owner = "esphome";
repo = "esphome";
tag = version;
hash = "sha256-XQBPx1FOvyd2TN3PNFYVfa+pJ+3Y/IsjCeOHVBDlvOM=";
hash = "sha256-/dO8BS7L62nSblDAmtO2YY5wKXyHGLWlsrtUwoEu2u4=";
};
patches = [