3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #217055 from r-ryantm/auto-update/esphome

esphome: 2023.2.0 -> 2023.2.2
This commit is contained in:
Martin Weinelt 2023-02-19 02:01:09 +00:00 committed by GitHub
commit 570fa1acde
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,14 +16,14 @@ let
in
python.pkgs.buildPythonApplication rec {
pname = "esphome";
version = "2023.2.0";
version = "2023.2.2";
format = "setuptools";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-WoQ7mAtkv7By738bW1/oCurKEpHQKlqZkQ6D/b4zAes=";
hash = "sha256-AhajZ9FaeG2WneYS2Gc8JU1Cii4StU+k+WMFF/fgP1w=";
};
postPatch = ''