about summary refs log tree commit diff
path: root/pkgs/tools/misc/esphome
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2022-10-05 23:08:56 +0200
committerMartin Weinelt <hexa@darmstadt.ccc.de>2022-10-05 23:08:56 +0200
commitbdb7a3b0d9d21bf3bfb492e05f2b3054e49f5447 (patch)
treef7fd86197af266ec023a9deb1d448f9a0b7332ee /pkgs/tools/misc/esphome
parenta989aa4619162ff37bcbb8c2fb1e502658647fb2 (diff)
esphome: 2022.9.2 -> 2022.9.3
https://github.com/esphome/esphome/releases/tag/2022.9.3
Diffstat (limited to 'pkgs/tools/misc/esphome')
-rw-r--r--pkgs/tools/misc/esphome/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/misc/esphome/default.nix b/pkgs/tools/misc/esphome/default.nix
index 3ea44a8e30c62..bad958bb82c5a 100644
--- a/pkgs/tools/misc/esphome/default.nix
+++ b/pkgs/tools/misc/esphome/default.nix
@@ -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 = ''