mpvScripts.mpv-webm: Set updateScript
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
, buildLua
|
||||
, fetchFromGitHub
|
||||
, luaPackages
|
||||
, nix-update-script
|
||||
}:
|
||||
|
||||
buildLua {
|
||||
@@ -19,6 +20,10 @@ buildLua {
|
||||
nativeBuildInputs = [ luaPackages.moonscript ];
|
||||
scriptPath = "build/webm.lua";
|
||||
|
||||
passthru.updateScript = nix-update-script {
|
||||
extraArgs = [ "--version=branch" ];
|
||||
};
|
||||
|
||||
meta = with lib; {
|
||||
description = "Simple WebM maker for mpv, with no external dependencies";
|
||||
homepage = "https://github.com/ekisu/mpv-webm";
|
||||
|
||||
Reference in New Issue
Block a user