Loading pkgs/applications/video/mpv/scripts/videoclip.nix +3 −1 Original line number Diff line number Diff line Loading @@ -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"; Loading Loading
pkgs/applications/video/mpv/scripts/videoclip.nix +3 −1 Original line number Diff line number Diff line Loading @@ -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"; Loading