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

authored by Martin Weinelt and committed by GitHub 757b8221 7a3f450e

+2 -2
+2 -2
pkgs/tools/misc/esphome/default.nix
··· 15 in 16 with python.pkgs; buildPythonApplication rec { 17 pname = "esphome"; 18 - version = "2022.12.0"; 19 format = "setuptools"; 20 21 src = fetchFromGitHub { 22 owner = pname; 23 repo = pname; 24 rev = "refs/tags/${version}"; 25 - hash = "sha256-ZFu9txZTdCOhDpsjz7cjmWkY+Fdd07masd0YA/tRS80="; 26 }; 27 28 postPatch = ''
··· 15 in 16 with python.pkgs; buildPythonApplication rec { 17 pname = "esphome"; 18 + version = "2022.12.1"; 19 format = "setuptools"; 20 21 src = fetchFromGitHub { 22 owner = pname; 23 repo = pname; 24 rev = "refs/tags/${version}"; 25 + hash = "sha256-gDAwZhfkXMqU4dbowpPhNl52Kg3Kx9lgBNzhzkQPrN0="; 26 }; 27 28 postPatch = ''