This commit is contained in:
mjallen18
2026-03-26 11:42:16 -05:00
parent 85ea3039f4
commit aed841d32e
15 changed files with 39 additions and 60 deletions

View File

@@ -17,9 +17,7 @@ buildHomeAssistantComponent rec {
hash = "sha256-UvUowCgfay9aRV+iC/AQ9vvJzhGZbH+/1kVjxPFBKcI=";
};
nativeBuildInputs = with pkgs.${namespace}; [
pyoverseerr
];
nativeBuildInputs = [ pkgs.${namespace}.pyoverseerr ];
meta = {
changelog = "https://github.com/vaparr/ha-overseerr/releases/tag/${version}";