mpvScripts.videoclip: fix update script

This commit is contained in:
isabel
2025-11-30 15:36:44 +00:00
parent 0a5ca4fc7f
commit 779ebbb70e
@@ -30,7 +30,9 @@ buildLua {
scriptPath = ".";
passthru.scriptName = "videoclip";
passthru.updateScript = unstableGitUpdater { };
passthru.updateScript = unstableGitUpdater {
hardcodeZeroVersion = true;
};
meta = with lib; {
description = "Easily create videoclips with mpv";