home-assistant: drop ha-av override

This commit is contained in:
Emily
2024-07-17 07:49:41 +01:00
parent c3c5870e96
commit c97d0ff9cb
-10
View File
@@ -150,16 +150,6 @@ let
];
});
ha-av = super.av.overridePythonAttrs (oldAttrs: rec {
pname = "ha-av";
version = "10.1.1";
src = fetchPypi {
inherit pname version;
hash = "sha256-QaMFVvglipN0kG1+ZQNKk7WTydSyIPn2qa32UtvLidw=";
};
});
intellifire4py = super.intellifire4py.overridePythonAttrs (oldAttrs: rec {
version = "2.2.2";
src = fetchFromGitHub {