esphome: 2024.2.0 -> 2024.2.1

https://github.com/esphome/esphome/releases/tag/2024.2.1
This commit is contained in:
Martin Weinelt 2024-02-25 21:19:35 +01:00
parent 5337ff6a80
commit d21d21ca25
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

@ -19,14 +19,14 @@ let
in
python.pkgs.buildPythonApplication rec {
pname = "esphome";
version = "2024.2.0";
version = "2024.2.1";
pyproject = true;
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-k8caA5Q4QcP7H1Nn5yvFsfExVwipAlFSb/DphkzYNtU=";
hash = "sha256-MAyK8Wx/d7lJKEueeL7GhxxKu8EygwjylPGXB2Y3bWM=";
};
nativeBuildInputs = with python.pkgs; [