summaryrefslogtreecommitdiffstats
path: root/pkgs
diff options
context:
space:
mode:
authornicoo <nicoo@debian.org>2024-05-12 13:17:25 +0000
committerGitHub <noreply@github.com>2024-05-12 13:17:25 +0000
commit5307ac27d74584e64679b57c6effe3615d764633 (patch)
tree58f6705abbdebb099d81fa360a1f84b67472c515 /pkgs
parent1b3ac5644411dff7afbc59192d32480b65d062aa (diff)
mpvScripts.evafast: Specify upstream branch in `updateScript` (#309509)
Avoids @r-ryantm “updating” to a 2y-old version, as in #309410.
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/applications/video/mpv/scripts/evafast.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/applications/video/mpv/scripts/evafast.nix b/pkgs/applications/video/mpv/scripts/evafast.nix
index 8ba1109ff2d5..5260adb1a8ef 100644
--- a/pkgs/applications/video/mpv/scripts/evafast.nix
+++ b/pkgs/applications/video/mpv/scripts/evafast.nix
@@ -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";