home-assistant: use av_13

This commit is contained in:
Robert Schütz
2025-11-14 18:04:15 -08:00
parent 15c2333fe8
commit 2d9bf26390
+1 -9
View File
@@ -86,15 +86,7 @@ let
];
});
av = (super.av.override { ffmpeg-headless = ffmpeg_7-headless; }).overridePythonAttrs rec {
version = "13.1.0";
src = fetchFromGitHub {
owner = "PyAV-Org";
repo = "PyAV";
tag = "v${version}";
hash = "sha256-x2a9SC4uRplC6p0cD7fZcepFpRidbr6JJEEOaGSWl60=";
};
};
av = self.av_13;
imageio = super.imageio.overridePythonAttrs (oldAttrs: {
disabledTests = oldAttrs.disabledTests or [ ] ++ [