Skip to content

Commit a5f9eff

Browse files
committed
1 parent 83b02d9 commit a5f9eff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/tools/misc/esphome/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,14 @@ let
2222
in
2323
python.pkgs.buildPythonApplication rec {
2424
pname = "esphome";
25-
version = "2025.2.0";
25+
version = "2025.2.1";
2626
pyproject = true;
2727

2828
src = fetchFromGitHub {
2929
owner = pname;
3030
repo = pname;
3131
tag = version;
32-
hash = "sha256-V9nDDgRgMOko271lQ3D3BQIMtZmFnUhAuFavyPFufEM=";
32+
hash = "sha256-pi9y5o2kM1kEw8hskbVDz6/9AUi3dDlqgravRL37Tnc=";
3333
};
3434

3535
build-systems = with python.pkgs; [

0 commit comments

Comments
 (0)