diff --git a/pkgs/applications/video/mpv/scripts/mpv.nix b/pkgs/applications/video/mpv/scripts/mpv.nix index b2713943981f..e8bf87b96564 100644 --- a/pkgs/applications/video/mpv/scripts/mpv.nix +++ b/pkgs/applications/video/mpv/scripts/mpv.nix @@ -11,7 +11,7 @@ let mkBuiltin = name: args: meta = with lib; { inherit (mpv-unwrapped.meta) license; - homepage = "https://github.com/mpv-player/mpv/blob/master/${scriptPath}"; + homepage = "https://github.com/mpv-player/mpv/blob/v${version}/${scriptPath}"; }; } args);