esphome: 1.19.3 -> 1.19.4

This commit is contained in:
Martin Weinelt 2021-06-24 03:47:51 +02:00
parent 65db0350fe
commit 0ed028bdd1
No known key found for this signature in database
GPG key ID: 87C1E9888F856759
2 changed files with 4 additions and 4 deletions

View file

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

View file

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