esphome: 2023.8.2 -> 2023.8.3

This commit is contained in:
R. Ryantm 2023-09-07 23:39:24 +00:00 committed by Martin Weinelt
parent 1697b7d480
commit e17ec6149d

View file

@ -16,14 +16,14 @@ let
in in
python.pkgs.buildPythonApplication rec { python.pkgs.buildPythonApplication rec {
pname = "esphome"; pname = "esphome";
version = "2023.8.2"; version = "2023.8.3";
format = "setuptools"; format = "setuptools";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = pname; owner = pname;
repo = pname; repo = pname;
rev = "refs/tags/${version}"; rev = "refs/tags/${version}";
hash = "sha256-KizeBaDw/9XoPwIjjc3VKkiaHTK5VYQXss4cQZZaGzs="; hash = "sha256-qiB3VZzqQeimkLTlTNK2/UFt+YJw9sglfF/ogMl239o=";
}; };
postPatch = '' postPatch = ''