esphome: 2025.7.1 -> 2025.7.2 (#426529)
This commit is contained in:
commit
cda03d762a
@ -34,14 +34,14 @@ let
|
||||
in
|
||||
python.pkgs.buildPythonApplication rec {
|
||||
pname = "esphome";
|
||||
version = "2025.7.1";
|
||||
version = "2025.7.2";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "esphome";
|
||||
repo = "esphome";
|
||||
tag = version;
|
||||
hash = "sha256-4/FYyT3+ADRNeDbRjQyZB02Q0jgB1OPbMbbrqAZUA6Y=";
|
||||
hash = "sha256-3hhFY6qi8xOuTb8WXuVaTNpCqXXdSg3DXubnj+FG73A=";
|
||||
};
|
||||
|
||||
build-system = with python.pkgs; [
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user