Unverified Commit a9a136ed authored by Martin Weinelt's avatar Martin Weinelt Committed by GitHub
Browse files

Merge pull request #306223 from mweinelt/esphome-2024.4.1

esphome: 2024.3.2 -> 2024.4.1
parents ecd35151 9dc94cac
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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
+2 −2
Original line number Diff line number Diff line
@@ -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; [