esphome: 2022.1.3 -> 2022.1.4

This commit is contained in:
R. Ryantm 2022-02-10 03:42:05 +00:00 committed by Jonathan Ringer
parent f224bb221f
commit e30178e28b

View File

@ -16,14 +16,14 @@ let
in in
with python.pkgs; buildPythonApplication rec { with python.pkgs; buildPythonApplication rec {
pname = "esphome"; pname = "esphome";
version = "2022.1.3"; version = "2022.1.4";
format = "setuptools"; format = "setuptools";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = pname; owner = pname;
repo = pname; repo = pname;
rev = version; rev = version;
sha256 = "sha256-4ME6XiS0tNgxtbHbOXw0z/kOqjzv3pog48qTRGJSsww="; sha256 = "sha256-Pv4Rh92d+Jb3ZKPgKVyrgVHr6PGTcIYybdFavbnjuPA=";
}; };
patches = [ patches = [