esphome: 2026.3.0 -> 2026.3.1

This commit is contained in:
R. Ryantm
2026-03-30 05:10:56 +00:00
parent 8e9b0fdaf1
commit d145ef66be
+2 -2
View File
@@ -33,14 +33,14 @@ let
in
python.pkgs.buildPythonApplication rec {
pname = "esphome";
version = "2026.3.0";
version = "2026.3.1";
pyproject = true;
src = fetchFromGitHub {
owner = "esphome";
repo = "esphome";
tag = version;
hash = "sha256-W8xVUlgenDXL0MTWlFmWD+lHFUmhl2EKyxqAEjOuqHY=";
hash = "sha256-lAqoL0bd0ATLPkbehYLLC83ZIg0J3WtnsH+clD7HP/0=";
};
patches = [