esphome: 2022.12.8 -> 2023.2.0

https://github.com/esphome/esphome/releases/tag/2023.2.0
This commit is contained in:
Martin Weinelt 2023-02-15 11:55:26 +01:00
parent 71f22e3aa6
commit 5ef2ffc6c9
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759
2 changed files with 4 additions and 4 deletions

View File

@ -5,12 +5,12 @@
buildPythonPackage rec {
pname = "esphome-dashboard";
version = "20221213.0";
version = "20230214.0";
format = "setuptools";
src = fetchPypi {
inherit pname version;
hash = "sha256-LwP+LBHzEWjPUih6aaZnI7Yh85vsa1Md1YgBWkLOUIs=";
hash = "sha256-TfQIvvLLsYubLbai2RNJkCu96nYFEWbdZU8WaJbpUwU=";
};
# no tests

View File

@ -16,14 +16,14 @@ let
in
python.pkgs.buildPythonApplication rec {
pname = "esphome";
version = "2022.12.8";
version = "2023.2.0";
format = "setuptools";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-VKxCdejQGWLYeNOxa1PCwhdrLilnsYD9UBqj8Sen+OM=";
hash = "sha256-WoQ7mAtkv7By738bW1/oCurKEpHQKlqZkQ6D/b4zAes=";
};
postPatch = ''