mpvScripts.videoclip: fix missing version prefix

This commit is contained in:
Colin
2026-02-13 19:33:16 +00:00
parent f70e0d8d55
commit 3958904d95
+2 -2
View File
@@ -10,7 +10,7 @@
}:
buildLua {
pname = "videoclip";
version = "0-unstable-2026-01-22";
version = "0.2-unstable-2026-01-22";
src = fetchFromGitHub {
owner = "Ajatt-Tools";
@@ -31,7 +31,7 @@ buildLua {
scriptPath = ".";
passthru.scriptName = "videoclip";
passthru.updateScript = unstableGitUpdater {
hardcodeZeroVersion = true;
tagPrefix = "v";
};
meta = {