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

esphome: 2024.10.0 -> 2024.10.1 (#350469)

parents d1da326d b3a22fe9
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -21,14 +21,14 @@ let
in
python.pkgs.buildPythonApplication rec {
  pname = "esphome";
  version = "2024.10.0";
  version = "2024.10.1";
  pyproject = true;

  src = fetchFromGitHub {
    owner = pname;
    repo = pname;
    rev = "refs/tags/${version}";
    hash = "sha256-EdxCq/123OJm63NBfGnt5pfqdUXPti+NmbSVRu/gwqc=";
    hash = "sha256-tnyuxDlrq5zeXCnHxvBQm3VEpnYL/7308Jrjq8IZ4Uc=";
  };

  build-systems = with python.pkgs; [