esphome: 2023.6.0 -> 2023.6.1
https://github.com/esphome/esphome/releases/tag/2023.6.1
This commit is contained in:
parent
95016e776f
commit
0ffc9ae0a3
1 changed files with 2 additions and 2 deletions
|
@ -16,14 +16,14 @@ let
|
||||||
in
|
in
|
||||||
python.pkgs.buildPythonApplication rec {
|
python.pkgs.buildPythonApplication rec {
|
||||||
pname = "esphome";
|
pname = "esphome";
|
||||||
version = "2023.6.0";
|
version = "2023.6.1";
|
||||||
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-oBIXRn5hR8hOgAtPCJBVOcjQagFvPVGIVZgWeXBYqdI=";
|
hash = "sha256-26oVqSNXuCyovybe0vi10rD89eSQHFYn+WHpGLMn2QA=";
|
||||||
};
|
};
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
|
|
Loading…
Reference in a new issue