Skip to content

Commit 699feef

Browse files
authored
esphome: 2025.4.1 -> 2025.4.2 (NixOS#406286)
2 parents 2aa0291 + e43a2f6 commit 699feef

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
@@ -22,14 +22,14 @@ let
2222
in
2323
python.pkgs.buildPythonApplication rec {
2424
pname = "esphome";
25-
version = "2025.4.1";
25+
version = "2025.4.2";
2626
pyproject = true;
2727

2828
src = fetchFromGitHub {
2929
owner = pname;
3030
repo = pname;
3131
tag = version;
32-
hash = "sha256-EWSV87z0Npsf/1lDzbk2s4Phx0tZJZnMzubaX+W6fAY=";
32+
hash = "sha256-vy/wjtl/IbdSOxAUsV4bl7VNEBTetsvIDh2V1gDHSMs=";
3333
};
3434

3535
build-systems = with python.pkgs; [

0 commit comments

Comments
 (0)