Martin Weinelt 2024-04-23 10:54:38 +02:00
parent c6d4afecd0
commit 9dc94cac7d
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759
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; [