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

Avoids @r-ryantm “updating” to a 2y-old version, as in #309410.

authored by nicoo and committed by GitHub 5307ac27 1b3ac564

+2 -1
+2 -1
pkgs/applications/video/mpv/scripts/evafast.nix
··· 16 hash = "sha256-BGWD2XwVu8zOSiDJ+9oWi8aPN2Wkw0Y0gF58X4f+tdI="; 17 }; 18 19 - passthru.updateScript = unstableGitUpdater { }; 20 21 meta = with lib; { 22 description = "Seeking and hybrid fastforwarding like VHS";
··· 16 hash = "sha256-BGWD2XwVu8zOSiDJ+9oWi8aPN2Wkw0Y0gF58X4f+tdI="; 17 }; 18 19 + # Drop the `branch` parameter once upstream merges `rewrite` back into `master` 20 + passthru.updateScript = unstableGitUpdater { branch = "rewrite"; }; 21 22 meta = with lib; { 23 description = "Seeking and hybrid fastforwarding like VHS";