From 779ebbb70ea5296fc29e384200795e12f6c54d3c Mon Sep 17 00:00:00 2001 From: isabel Date: Sun, 30 Nov 2025 15:36:44 +0000 Subject: [PATCH] mpvScripts.videoclip: fix update script --- pkgs/applications/video/mpv/scripts/videoclip.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pkgs/applications/video/mpv/scripts/videoclip.nix b/pkgs/applications/video/mpv/scripts/videoclip.nix index 445f58cb98fb..6092dac5145e 100644 --- a/pkgs/applications/video/mpv/scripts/videoclip.nix +++ b/pkgs/applications/video/mpv/scripts/videoclip.nix @@ -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";