mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
esphome: 2025.5.1 -> 2025.5.2
https://github.com/esphome/esphome/releases/tag/2025.5.2
This commit is contained in:
parent
24f4a11d7b
commit
4a06138baf
1 changed files with 2 additions and 2 deletions
|
@ -33,14 +33,14 @@ let
|
|||
in
|
||||
python.pkgs.buildPythonApplication rec {
|
||||
pname = "esphome";
|
||||
version = "2025.5.1";
|
||||
version = "2025.5.2";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "esphome";
|
||||
repo = "esphome";
|
||||
tag = version;
|
||||
hash = "sha256-z4FwymWFjyqNx95r2o7LLCmytRQYkogfCKiUFNyGOuA=";
|
||||
hash = "sha256-p4+OuBGS9OJxxiQ4xOO2WseUrw3yXWyCZn7jilnh06E=";
|
||||
};
|
||||
|
||||
build-systems = with python.pkgs; [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue