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

esphome: 2024.8.1 -> 2024.8.3 (#340590)

parents 81118d30 11d2b276
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.1";
  version = "2024.8.3";
  pyproject = true;

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

  nativeBuildInputs = with python.pkgs; [