summary refs log tree commit diff
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2022-01-24 21:48:43 +0100
committerMartin Weinelt <hexa@darmstadt.ccc.de>2022-01-24 21:48:43 +0100
commit3d5e949f613df54f559e1965d26d7f96d865ab5e (patch)
treea01d90020ad853528b61cc798fa71e6b5ac48525
parent8477e53482b36a2e5f01b928863f3c1c36609916 (diff)
downloadnixpkgs-3d5e949f613df54f559e1965d26d7f96d865ab5e.tar
nixpkgs-3d5e949f613df54f559e1965d26d7f96d865ab5e.tar.gz
nixpkgs-3d5e949f613df54f559e1965d26d7f96d865ab5e.tar.bz2
nixpkgs-3d5e949f613df54f559e1965d26d7f96d865ab5e.tar.lz
nixpkgs-3d5e949f613df54f559e1965d26d7f96d865ab5e.tar.xz
nixpkgs-3d5e949f613df54f559e1965d26d7f96d865ab5e.tar.zst
nixpkgs-3d5e949f613df54f559e1965d26d7f96d865ab5e.zip
esphome: 2022.1.1 -> 2022.1.2
-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 d79030f0f42..537b964f6f0 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 = "2022.1.1";
+  version = "2022.1.2";
   format = "setuptools";
 
   src = fetchFromGitHub {
     owner = pname;
     repo = pname;
     rev = version;
-    sha256 = "sha256-cqL+54Hjqql1YpsXEFLTD5UhxoEizFSr//4TZm7QEVU=";
+    sha256 = "sha256-hq+gYhDkEzIqgP4CcHRuA5A9694L3LeW9bditejfjm8=";
   };
 
   patches = [