Skip to content

Commit

Permalink
esphome: 2022.9.2 -> 2022.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mweinelt committed Oct 5, 2022
1 parent a989aa4 commit bdb7a3b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/misc/esphome/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@ let
in
with python.pkgs; buildPythonApplication rec {
pname = "esphome";
version = "2022.9.2";
version = "2022.9.3";
format = "setuptools";

src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-PVJZ2cOguXIh96246AVofTg1ZWqWJPFcDXlPk3Rn+Cs=";
hash = "sha256-xrfNdJD8c0PbtipGTQNSCcXaWu4TEyER6lHtREdVcFI=";
};

postPatch = ''
Expand Down

0 comments on commit bdb7a3b

Please sign in to comment.