Merge pull request #306223 from mweinelt/esphome-2024.4.1

esphome: 2024.3.2 -> 2024.4.1
This commit is contained in:
Martin Weinelt 2024-05-05 12:27:31 +02:00 committed by GitHub
commit a9a136ed9d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

View File

@ -5,12 +5,12 @@
buildPythonPackage rec {
pname = "esphome-dashboard";
version = "20240319.0";
version = "20240412.0";
format = "setuptools";
src = fetchPypi {
inherit pname version;
hash = "sha256-jiEXZWw8A4RcsRbypFpWkt8O3Ib1cNcOQO1zHt96aQU=";
hash = "sha256-MT/EpZ8kDKHhJGF4njdh6Q+xe8GF4FYxaoIighSguiQ=";
};
# no tests

View File

@ -19,14 +19,14 @@ let
in
python.pkgs.buildPythonApplication rec {
pname = "esphome";
version = "2024.3.2";
version = "2024.4.1";
pyproject = true;
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-WeTajznndw01jXIEnOiSEy9psLuMeAC6j7UmHg0+Fys=";
hash = "sha256-+3zrVTuMo4hSzkUC4lIUce2KfDD8z/8YYgghHjTpKtU=";
};
nativeBuildInputs = with python.pkgs; [