Skip to content

Commit 319bfff

Browse files
authored
esphome: 2025.10.4 -> 2025.10.5 (#461108)
2 parents 8030a12 + 4082f3d commit 319bfff

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pkgs/by-name/es/esphome/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,14 @@ let
3333
in
3434
python.pkgs.buildPythonApplication rec {
3535
pname = "esphome";
36-
version = "2025.10.4";
36+
version = "2025.10.5";
3737
pyproject = true;
3838

3939
src = fetchFromGitHub {
4040
owner = "esphome";
4141
repo = "esphome";
4242
tag = version;
43-
hash = "sha256-+j3x/9wmPk9HEHkQEfdgYnpUojGc89dU4pvRNaT5czk=";
43+
hash = "sha256-o40zMoqgjBpkn80dUvr7mJQ/EtmIHEI/cf/E+wbBPOw=";
4444
};
4545

4646
patches = [

0 commit comments

Comments
 (0)