3
0
Fork 0
forked from mirrors/nixpkgs

esphome: 2022.1.2 -> 2022.1.3

This commit is contained in:
Martin Weinelt 2022-02-02 23:01:39 +01:00
parent dc40d81282
commit 9c087317e1

View file

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