We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2aa0291 + e43a2f6 commit 699feefCopy full SHA for 699feef
1 file changed
pkgs/by-name/es/esphome/package.nix
@@ -22,14 +22,14 @@ let
22
in
23
python.pkgs.buildPythonApplication rec {
24
pname = "esphome";
25
- version = "2025.4.1";
+ version = "2025.4.2";
26
pyproject = true;
27
28
src = fetchFromGitHub {
29
owner = pname;
30
repo = pname;
31
tag = version;
32
- hash = "sha256-EWSV87z0Npsf/1lDzbk2s4Phx0tZJZnMzubaX+W6fAY=";
+ hash = "sha256-vy/wjtl/IbdSOxAUsV4bl7VNEBTetsvIDh2V1gDHSMs=";
33
};
34
35
build-systems = with python.pkgs; [
0 commit comments