about summary refs log tree commit diff
path: root/pkgs/tools/misc/esphome/dashboard.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/misc/esphome/dashboard.nix')
-rw-r--r--pkgs/tools/misc/esphome/dashboard.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/misc/esphome/dashboard.nix b/pkgs/tools/misc/esphome/dashboard.nix
index 1f101735e9811..52ec2688103df 100644
--- a/pkgs/tools/misc/esphome/dashboard.nix
+++ b/pkgs/tools/misc/esphome/dashboard.nix
@@ -5,11 +5,11 @@
 
 buildPythonPackage rec {
   pname = "esphome-dashboard";
-  version = "20220309.0";
+  version = "20220508.0";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "sha256-J/T3Av0jwT0CJSwc0j+YjaiKFqs9soLf7ctpiz5rmm4=";
+    sha256 = "sha256-nBVVNe6Qwo72ws6G8WAO99f2ftbxoixOB0eiLuILyeg=";
   };
 
   # no tests