mpvScripts.cutter: Add updateScript

This commit is contained in:
nicoo 2023-12-09 18:22:26 +00:00
parent 4109990857
commit 4c968b4204

View File

@ -1,4 +1,4 @@
{ lib, buildLua, fetchFromGitHub, makeWrapper }:
{ lib, buildLua, fetchFromGitHub, makeWrapper, unstableGitUpdater }:
buildLua {
pname = "video-cutter";
@ -10,6 +10,7 @@ buildLua {
rev = "01a0396c075d5f8bbd1de5b571e6231f8899ab65";
sha256 = "sha256-veoRFzUCRH8TrvR7x+WWoycpDyxqrJZ/bnp61dVc0pE=";
};
passthru.updateScript = unstableGitUpdater {};
nativeBuildInputs = [ makeWrapper ];