Merge pull request #127888 from mweinelt/esphome

esphome: 1.19.2 -> 1.19.3
This commit is contained in:
Martin Weinelt 2021-06-23 21:16:05 +02:00 committed by GitHub
commit c11c97d90c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View file

@ -4,11 +4,11 @@
with python3.pkgs; buildPythonPackage rec {
pname = "esphome-dashboard";
version = "20210617.1";
version = "20210622.0";
src = fetchPypi {
inherit pname version;
sha256 = "0kwg940pdzjsfbdmcml382khpxm6p1ip0bib0wk8rg8qdvmia7w5";
sha256 = "00qndincn8m7ap6ficsrl7vlr4dwb9q9ybjyj947r1fwprnbbj0l";
};
# no tests

View file

@ -12,13 +12,13 @@ let
in
python3.pkgs.buildPythonApplication rec {
pname = "esphome";
version = "1.19.2";
version = "1.19.3";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "v${version}";
sha256 = "0bz6gkrvn7mwmjsqrazgpy9r64m5jj462v0izgvdymkx8bjd8mpi";
sha256 = "013bnzcpyp1vh1aik3bl7i7hxvfwlg1skvc83biqva1vbllah7w1";
};
patches = [