esphome: 2022.9.1 -> 2022.9.2

https://github.com/esphome/esphome/releases/tag/2022.9.2

Co-Authored-By: Martin Weinelt <hexa@darmstadt.ccc.de>
This commit is contained in:
R. Ryantm 2022-09-29 06:02:26 +00:00 committed by Martin Weinelt
parent 8f267bdfbe
commit c57357368c
No known key found for this signature in database
GPG key ID: 87C1E9888F856759
2 changed files with 5 additions and 4 deletions

View file

@ -5,11 +5,12 @@
buildPythonPackage rec {
pname = "esphome-dashboard";
version = "20220920.1";
version = "20220925.0";
format = "setuptools";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-qmutcnsz3utVUmVZZEYYiemOGdQ4Ima2ueD4LyYaOdU=";
hash = "sha256-jlHS+Hdu1FWV/nJiiferOdyThWyIc21uAFFlh4BD+M4=";
};
# no tests

View file

@ -15,14 +15,14 @@ let
in
with python.pkgs; buildPythonApplication rec {
pname = "esphome";
version = "2022.9.1";
version = "2022.9.2";
format = "setuptools";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-j6qzCzPiChvO1WR+ZaVILgONcdOzwlE4TBDnI9R6FjM=";
hash = "sha256-PVJZ2cOguXIh96246AVofTg1ZWqWJPFcDXlPk3Rn+Cs=";
};
postPatch = ''