summaryrefslogtreecommitdiffstats
path: root/pkgs/tools/misc
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2021-11-17 10:34:09 +0100
committerMartin Weinelt <hexa@darmstadt.ccc.de>2021-12-01 20:03:36 +0100
commitf69af24c74715039420a999690870433ef991127 (patch)
tree2b84d65e1240f5d8cd9fe2bb84321ece8e55b416 /pkgs/tools/misc
parentfd58133e8e526cf12cc2a8e23d22a1c81ce3f21b (diff)
esphome: 2021.10.1 -> 2021.11.4
Diffstat (limited to 'pkgs/tools/misc')
-rw-r--r--pkgs/tools/misc/esphome/dashboard.nix4
-rw-r--r--pkgs/tools/misc/esphome/default.nix5
2 files changed, 5 insertions, 4 deletions
diff --git a/pkgs/tools/misc/esphome/dashboard.nix b/pkgs/tools/misc/esphome/dashboard.nix
index 1ce5ced3f3ed..5a44d7e84606 100644
--- a/pkgs/tools/misc/esphome/dashboard.nix
+++ b/pkgs/tools/misc/esphome/dashboard.nix
@@ -4,11 +4,11 @@
with python3.pkgs; buildPythonPackage rec {
pname = "esphome-dashboard";
- version = "20211021.0";
+ version = "20211201.0";
src = fetchPypi {
inherit pname version;
- sha256 = "sha256-stJ6fUs02XpCN671EztHTLkXd57eMo6472Q1e1/cbHY=";
+ sha256 = "sha256-/VARM59TI2Ff70Jq0smFMrt4o2G/wKSdcOreLfxMAMQ=";
};
# no tests
diff --git a/pkgs/tools/misc/esphome/default.nix b/pkgs/tools/misc/esphome/default.nix
index dbe57f1bdf5b..243629ec24b5 100644
--- a/pkgs/tools/misc/esphome/default.nix
+++ b/pkgs/tools/misc/esphome/default.nix
@@ -16,13 +16,14 @@ let
in
with python.pkgs; buildPythonApplication rec {
pname = "esphome";
- version = "2021.10.1";
+ version = "2021.11.4";
+ format = "setuptools";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = version;
- sha256 = "sha256-zVZantMYtDWkvFrXmX0HpUchmc3T2gbkrMiWGP2ibNc=";
+ sha256 = "sha256-hPnng3Jkb2FucEOar/MIjvWHKbT3NNxEn6CIr3sd1Ng=";
};
patches = [