mpvScripts.mpv-slicing: add `updateScript`

nicoo 3d2e9539 4b587803

+2
+2
pkgs/applications/video/mpv/scripts/mpv-slicing.nix
··· 3 buildLua, 4 fetchFromGitHub, 5 ffmpeg, 6 }: 7 8 buildLua { ··· 15 rev = "d09c11227704c8d5bdaa2c799ef64dce881c63a7"; 16 hash = "sha256-MKoM0f74/XoctiHQVOB3LzFWtJXpsREfQh5icaebCJo="; 17 }; 18 19 postPatch = '' 20 substituteInPlace slicing.lua \
··· 3 buildLua, 4 fetchFromGitHub, 5 ffmpeg, 6 + unstableGitUpdater, 7 }: 8 9 buildLua { ··· 16 rev = "d09c11227704c8d5bdaa2c799ef64dce881c63a7"; 17 hash = "sha256-MKoM0f74/XoctiHQVOB3LzFWtJXpsREfQh5icaebCJo="; 18 }; 19 + passthru.updateScript = unstableGitUpdater { }; 20 21 postPatch = '' 22 substituteInPlace slicing.lua \