about summary refs log tree commit diff
path: root/pkgs/tools/misc/esphome
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2021-12-15 20:18:18 +0100
committerMartin Weinelt <hexa@darmstadt.ccc.de>2021-12-15 20:18:18 +0100
commit17f683542ba5c6caad3a51c4f994c04655d3da29 (patch)
tree87c307f798c504455722aed36ec07c632347da2d /pkgs/tools/misc/esphome
parentf4a00ebd0201a7413f4334d3719d8555772eb9f4 (diff)
esphome: 2021.12.0 -> 2021.12.1
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 26fe3c459ccb4..9e6981c278801 100644
--- a/pkgs/tools/misc/esphome/default.nix
+++ b/pkgs/tools/misc/esphome/default.nix
@@ -17,14 +17,14 @@ let
 in
 with python.pkgs; buildPythonApplication rec {
   pname = "esphome";
-  version = "2021.12.0";
+  version = "2021.12.1";
   format = "setuptools";
 
   src = fetchFromGitHub {
     owner = pname;
     repo = pname;
     rev = version;
-    sha256 = "sha256-OiqY72XuzkdVxrUyPwAgH/Lnrht4lTlLYOirjF9UpjM=";
+    sha256 = "sha256-sxGlvbWlHrAVjCIKx4WsnmKQN4iOVfX+vnkntqceHDA=";
   };
 
   patches = [