esphome: 2022.2.6 -> 2022.3.1

This commit is contained in:
R. Ryantm 2022-03-24 05:07:42 +00:00
parent 30d2d4a499
commit b36df4a95e

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 = ''