esphome: 2022.11.3 -> 2022.11.4
https://github.com/esphome/esphome/releases/tag/2022.11.4
This commit is contained in:
parent
b2aeb9072b
commit
4e42a0ba0f
1 changed files with 2 additions and 2 deletions
|
@ -15,14 +15,14 @@ let
|
||||||
in
|
in
|
||||||
with python.pkgs; buildPythonApplication rec {
|
with python.pkgs; buildPythonApplication rec {
|
||||||
pname = "esphome";
|
pname = "esphome";
|
||||||
version = "2022.11.3";
|
version = "2022.11.4";
|
||||||
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-Qu8QjItfFzB5uCdvmyYrsq9FRmI0S7/xH2LX1dKM28c=";
|
hash = "sha256-sQ6uKAsXNQ1mZYvrJpUcS4bYAGg1pzqp0KB2ceePbqY=";
|
||||||
};
|
};
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
|
|
Loading…
Reference in a new issue