mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 01:13:05 +00:00
Merge pull request #232406 from mweinelt/esphome
esphome: 2023.4.4 -> 2023.5.0
This commit is contained in:
commit
1c156cbfd3
@ -5,12 +5,12 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "esphome-dashboard";
|
pname = "esphome-dashboard";
|
||||||
version = "20230214.0";
|
version = "20230516.0";
|
||||||
format = "setuptools";
|
format = "setuptools";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
hash = "sha256-TfQIvvLLsYubLbai2RNJkCu96nYFEWbdZU8WaJbpUwU=";
|
hash = "sha256-Mkh31ip7xzG8e4qgIVc+HFN310SnuTGRp4HYbFqKa/A=";
|
||||||
};
|
};
|
||||||
|
|
||||||
# no tests
|
# no tests
|
||||||
|
@ -16,14 +16,14 @@ let
|
|||||||
in
|
in
|
||||||
python.pkgs.buildPythonApplication rec {
|
python.pkgs.buildPythonApplication rec {
|
||||||
pname = "esphome";
|
pname = "esphome";
|
||||||
version = "2023.4.4";
|
version = "2023.5.0";
|
||||||
format = "setuptools";
|
format = "setuptools";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = pname;
|
owner = pname;
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "refs/tags/${version}";
|
rev = "refs/tags/${version}";
|
||||||
hash = "sha256-zRzojc2cmBTpvP3yOADWTTK0MOsgCvUcr6idGiRovXo=";
|
hash = "sha256-prbFCetgHhPsuiXI3bhfGpOpYHPusECC8zuPhT1ZCSU=";
|
||||||
};
|
};
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
@ -49,12 +49,12 @@ python.pkgs.buildPythonApplication rec {
|
|||||||
colorama
|
colorama
|
||||||
cryptography
|
cryptography
|
||||||
esphome-dashboard
|
esphome-dashboard
|
||||||
ifaddr
|
|
||||||
kconfiglib
|
kconfiglib
|
||||||
paho-mqtt
|
paho-mqtt
|
||||||
pillow
|
pillow
|
||||||
platformio
|
platformio
|
||||||
protobuf
|
protobuf
|
||||||
|
pyparsing
|
||||||
pyserial
|
pyserial
|
||||||
pyyaml
|
pyyaml
|
||||||
requests
|
requests
|
||||||
|
Loading…
Reference in New Issue
Block a user