mpvScripts.sponsorblock-minimal: Add updateScript

This commit is contained in:
nicoo 2023-12-12 19:01:38 +00:00
parent 255dbfdbe2
commit 6abfd41fd1

View File

@ -1,6 +1,7 @@
{ lib
, buildLua
, fetchFromGitea
, unstableGitUpdater
, curl
}:
@ -16,6 +17,7 @@ buildLua {
rev = "ca2844b8cf7674bfccd282d389a50427742251d3";
hash = "sha256-28HWZ6nOhKiE+5Ya1N3Vscd8aeH9OKS0t72e/xPfFQQ=";
};
passthru.updateScript = unstableGitUpdater {};
preInstall = ''
substituteInPlace sponsorblock_minimal.lua \