esphome: 2024.4.2 -> 2024.5.2
https://github.com/esphome/esphome/releases/tag/2024.5.0 https://github.com/esphome/esphome/releases/tag/2024.5.1 https://github.com/esphome/esphome/releases/tag/2024.5.2
This commit is contained in:
parent
342e8db923
commit
97d379347b
@ -19,14 +19,14 @@ let
|
||||
in
|
||||
python.pkgs.buildPythonApplication rec {
|
||||
pname = "esphome";
|
||||
version = "2024.4.2";
|
||||
version = "2024.5.2";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = pname;
|
||||
repo = pname;
|
||||
rev = "refs/tags/${version}";
|
||||
hash = "sha256-q4SVsfd5PJjeqt6UJJG6vuyxTA/bqDDl6e5dxhWIfYM=";
|
||||
hash = "sha256-LcRqqwMVDgXeUqBS7gmfZqGJxKmXgRfnjNbejlQgijI=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = with python.pkgs; [
|
||||
|
Loading…
Reference in New Issue
Block a user