Skip to content

Commit 9d4a057

Browse files
authored
esphome: 2025.3.2 -> 2025.3.3 (#395033)
2 parents 63383ce + 1372070 commit 9d4a057

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/es/esphome/package.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.3.2";
25+
version = "2025.3.3";
2626
pyproject = true;
2727

2828
src = fetchFromGitHub {
2929
owner = pname;
3030
repo = pname;
3131
tag = version;
32-
hash = "sha256-Wioi1k/Eo3rlh8qMnDDDIvRNQXWoxlmRRvjHLs01skY=";
32+
hash = "sha256-757vkpIppL0f4DsTVFwTNZLzWUtScJQKhEFz9wEtCnE=";
3333
};
3434

3535
build-systems = with python.pkgs; [

0 commit comments

Comments
 (0)