mpvScripts.evafast: Specify upstream branch in updateScript (#309509)

Avoids @r-ryantm “updating” to a 2y-old version, as in #309410.
This commit is contained in:
nicoo 2024-05-12 13:17:25 +00:00 committed by GitHub
parent 1b3ac56444
commit 5307ac27d7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -16,7 +16,8 @@ buildLua {
hash = "sha256-BGWD2XwVu8zOSiDJ+9oWi8aPN2Wkw0Y0gF58X4f+tdI=";
};
passthru.updateScript = unstableGitUpdater { };
# Drop the `branch` parameter once upstream merges `rewrite` back into `master`
passthru.updateScript = unstableGitUpdater { branch = "rewrite"; };
meta = with lib; {
description = "Seeking and hybrid fastforwarding like VHS";