mpvScripts.mpv-webm: Set updateScript

This commit is contained in:
nicoo
2023-12-03 18:20:44 +00:00
parent dc18dc4a02
commit f171058dcc
@@ -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";