esphome: 2022.1.3 -> 2022.1.4

This commit is contained in:
R. Ryantm
2022-02-10 11:36:54 -08:00
committed by Jonathan Ringer
parent f224bb221f
commit e30178e28b
+2 -2
View File
@@ -16,14 +16,14 @@ let
in
with python.pkgs; buildPythonApplication rec {
pname = "esphome";
version = "2022.1.3";
version = "2022.1.4";
format = "setuptools";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = version;
sha256 = "sha256-4ME6XiS0tNgxtbHbOXw0z/kOqjzv3pog48qTRGJSsww=";
sha256 = "sha256-Pv4Rh92d+Jb3ZKPgKVyrgVHr6PGTcIYybdFavbnjuPA=";
};
patches = [