esphome: 2022.3.1 -> 2022.3.2

https://github.com/esphome/esphome/releases/tag/2022.3.2
This commit is contained in:
Martin Weinelt
2022-03-30 02:35:37 +02:00
parent 71d8b69306
commit a677b22ac0
+2 -2
View File
@@ -15,14 +15,14 @@ let
in
with python.pkgs; buildPythonApplication rec {
pname = "esphome";
version = "2022.3.1";
version = "2022.3.2";
format = "setuptools";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = version;
sha256 = "sha256-x2gdRUBpyhk6iKvuW6ZKSpokaHfYz1ugclBjP15rJsk=";
sha256 = "sha256-s5NisPUoppROM/p7qm1da4lStpAWZvk18zkUEsOn0Pg=";
};
postPatch = ''