vapoursynth-bestsource: set passthru.updateScript

This commit is contained in:
Alex James
2025-05-18 17:26:21 -05:00
parent 635d6d7a4a
commit 7256dc7bc3
@@ -8,6 +8,7 @@
vapoursynth,
ffmpeg,
xxHash,
gitUpdater,
}:
stdenv.mkDerivation (finalAttrs: {
@@ -44,6 +45,11 @@ stdenv.mkDerivation (finalAttrs: {
--replace-fail "vapoursynth_dep.get_variable(pkgconfig: 'libdir')" "get_option('libdir')"
'';
passthru.updateScript = gitUpdater {
rev-prefix = "R";
ignoredVersions = "*-RC*";
};
meta = {
description = "Wrapper library around FFmpeg that ensures sample and frame accurate access to audio and video";
homepage = "https://github.com/vapoursynth/bestsource";