home-assistant: pin hassil at 2.2.3

This commit is contained in:
Martin Weinelt
2025-08-09 18:59:46 +02:00
parent 0b47603188
commit 07bac06b78
+12
View File
@@ -138,6 +138,18 @@ let
];
});
hassil = super.hassil.overridePythonAttrs (oldAttrs: rec {
version = "2.2.3";
src = fetchFromGitHub {
inherit (oldAttrs.src) repo owner;
tag = "v${version}";
hash = "sha256-rP7F0BovD0Klf06lywo+1uFhPf+dS0qbNBZluun8+cE=";
};
disabledTestPaths = [ ];
});
mcp = super.mcp.overridePythonAttrs (oldAttrs: rec {
version = "1.5.0";
src = fetchFromGitHub {