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-11-02 11:14:35 +0100
committerMartin Weinelt <hexa@darmstadt.ccc.de>2022-11-02 11:34:03 +0100
commit5e29d1a366e51a0f7ff6adaeeb857274c0357e3a (patch)
tree34e8c58c8ed34e3d5d78435dd416ba57951a1642 /pkgs/tools/misc/esphome
parentf575bea5d61c2916c04a6b78d74bb0b1eb7868c3 (diff)
esphome: 2022.10.1 -> 2022.10.2
https://github.com/esphome/esphome/releases/tag/2022.10.2
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 d252d9ec1bbe4..4a81fc510dfcb 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.10.1";
+  version = "2022.10.2";
   format = "setuptools";
 
   src = fetchFromGitHub {
     owner = pname;
     repo = pname;
     rev = "refs/tags/${version}";
-    hash = "sha256-nMm3doRbszT0VX7CCRTqK0HD/D3YKPNqDKGHCce16Zc=";
+    hash = "sha256-f6t5Q9jK6ovcIFVw1hYyhtiy/iDaq7cmfn5ywAeEaT8=";
   };
 
   postPatch = ''