mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 00:43:20 +00:00
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:
parent
1b3ac56444
commit
5307ac27d7
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user