mpvScripts.thumbfast: Add updateScript

This commit is contained in:
nicoo 2023-12-09 20:03:28 +00:00
parent 0a30568c20
commit 76767f5188

View File

@ -1,4 +1,4 @@
{ lib, fetchFromGitHub, buildLua, mpv-unwrapped }:
{ lib, fetchFromGitHub, unstableGitUpdater, buildLua, mpv-unwrapped }:
buildLua {
pname = "mpv-thumbfast";
@ -10,6 +10,7 @@ buildLua {
rev = "03e93feee5a85bf7c65db953ada41b4826e9f905";
hash = "sha256-5u5WBvWOEydJrnr/vilEgW4+fxkxM6wNjb9Fyyxx/1c=";
};
passthru.updateScript = unstableGitUpdater {};
scriptPath = "thumbfast.lua";