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

Merge pull request #223565 from mweinelt/esphome

esphome: 2023.3.1 -> 2023.3.2
parents 130be87c b44b55f8
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -16,14 +16,14 @@ let
in
python.pkgs.buildPythonApplication rec {
  pname = "esphome";
  version = "2023.3.1";
  version = "2023.3.2";
  format = "setuptools";

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

  postPatch = ''