esphome: 2022.12.0 -> 2022.12.1

This commit is contained in:
R. Ryantm
2022-12-16 14:24:51 +00:00
parent fbcb61bd7e
commit 6dc49aaf88
+2 -2
View File
@@ -15,14 +15,14 @@ let
in
with python.pkgs; buildPythonApplication rec {
pname = "esphome";
version = "2022.12.0";
version = "2022.12.1";
format = "setuptools";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-ZFu9txZTdCOhDpsjz7cjmWkY+Fdd07masd0YA/tRS80=";
hash = "sha256-gDAwZhfkXMqU4dbowpPhNl52Kg3Kx9lgBNzhzkQPrN0=";
};
postPatch = ''