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

esphome: 2023.2.0 -> 2023.2.2
This commit is contained in:
Martin Weinelt
2023-02-19 02:01:09 +00:00
committed by GitHub
+2 -2
View File
@@ -16,14 +16,14 @@ let
in
python.pkgs.buildPythonApplication rec {
pname = "esphome";
version = "2023.2.0";
version = "2023.2.2";
format = "setuptools";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-WoQ7mAtkv7By738bW1/oCurKEpHQKlqZkQ6D/b4zAes=";
hash = "sha256-AhajZ9FaeG2WneYS2Gc8JU1Cii4StU+k+WMFF/fgP1w=";
};
postPatch = ''