esphome: 2026.3.2 -> 2026.3.3

This commit is contained in:
R. Ryantm
2026-04-07 15:57:47 +00:00
parent 1af0258a8f
commit 3472429f21
+2 -2
View File
@@ -33,14 +33,14 @@ let
in
python.pkgs.buildPythonApplication rec {
pname = "esphome";
version = "2026.3.2";
version = "2026.3.3";
pyproject = true;
src = fetchFromGitHub {
owner = "esphome";
repo = "esphome";
tag = version;
hash = "sha256-0v9K2zXIfp5Ka/DJarnVB4kmhgXh95Yvzm8Ts72eCZE=";
hash = "sha256-yMPHz6IZIGM4oJw1wspEL3lIIiPv4WZALUJ7J1UWukY=";
};
patches = [