Martin Weinelt 2022-12-20 11:43:28 +01:00
parent 762426b0dc
commit 8b9debd7e8
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

@ -15,14 +15,14 @@ let
in
with python.pkgs; buildPythonApplication rec {
pname = "esphome";
version = "2022.12.1";
version = "2022.12.3";
format = "setuptools";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-gDAwZhfkXMqU4dbowpPhNl52Kg3Kx9lgBNzhzkQPrN0=";
hash = "sha256-9yyfcygEmnOcaooSg9bmGGOP2aph0i6d/Ot4nGlTPw4=";
};
postPatch = ''