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

esphome: 2024.8.0 -> 2024.8.1 (#338075)

parents b5e4bf37 f35d0730
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.8.0";
  version = "2024.8.1";
  pyproject = true;

  src = fetchFromGitHub {
    owner = pname;
    repo = pname;
    rev = "refs/tags/${version}";
    hash = "sha256-OI4WjuHSnOIKDIM/8LC1E8TwJRgrhGMjmyzyTFgrIM0=";
    hash = "sha256-wjvbnqlhg4AHJLQvjWysDXBjECc1sV5ilx1jk8IzILw=";
  };

  nativeBuildInputs = with python.pkgs; [