Merge pull request #165556 from r-ryantm/auto-update/esphome

esphome: 2022.2.6 -> 2022.3.1
This commit is contained in:
Pascal Bach
2022-03-24 21:40:26 +01:00
committed by GitHub
+2 -2
View File
@@ -15,14 +15,14 @@ let
in
with python.pkgs; buildPythonApplication rec {
pname = "esphome";
version = "2022.2.6";
version = "2022.3.1";
format = "setuptools";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = version;
sha256 = "sha256-AoSFtEg7GpUBdIrFCYlOMBRc2nBBtiFEkxoZnKC/xyQ=";
sha256 = "sha256-x2gdRUBpyhk6iKvuW6ZKSpokaHfYz1ugclBjP15rJsk=";
};
postPatch = ''