mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 05:31:22 +00:00
esphome: 2021.9.3 -> 2021.10.0
This commit is contained in:
parent
18b39d6b57
commit
f4f39dde4f
|
@ -4,11 +4,11 @@
|
|||
|
||||
with python3.pkgs; buildPythonPackage rec {
|
||||
pname = "esphome-dashboard";
|
||||
version = "20210908.0";
|
||||
version = "20211021.0";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "sha256-Oz/87FFP9AEK7vVTjgqIA6hSSQJLKet759S2t5Ci1oA=";
|
||||
sha256 = "sha256-stJ6fUs02XpCN671EztHTLkXd57eMo6472Q1e1/cbHY=";
|
||||
};
|
||||
|
||||
# no tests
|
||||
|
|
|
@ -16,13 +16,13 @@ let
|
|||
in
|
||||
with python.pkgs; buildPythonApplication rec {
|
||||
pname = "esphome";
|
||||
version = "2021.9.3";
|
||||
version = "2021.10.0";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = pname;
|
||||
repo = pname;
|
||||
rev = version;
|
||||
sha256 = "sha256-vQ4OX+iHWWIxi/r5ayChgNglI7QQsgx0LqXCR6J0pLE=";
|
||||
sha256 = "sha256-2fAtVzaRPnot7jZQOQCOn+HH692kUsqU8aeX8rQwMpg=";
|
||||
};
|
||||
|
||||
patches = [
|
||||
|
@ -54,12 +54,14 @@ with python.pkgs; buildPythonApplication rec {
|
|||
cryptography
|
||||
esphome-dashboard
|
||||
ifaddr
|
||||
kconfiglib
|
||||
paho-mqtt
|
||||
pillow
|
||||
protobuf
|
||||
pyserial
|
||||
pyyaml
|
||||
tornado
|
||||
tzdata
|
||||
tzlocal
|
||||
voluptuous
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue