Unverified Commit 779ebbb7 authored by isabel's avatar isabel
Browse files

mpvScripts.videoclip: fix update script

parent 0a5ca4fc
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -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";