From 41cb1ed2df5d9cee4b01ff72f7124e5ba81b30e6 Mon Sep 17 00:00:00 2001 From: aszlig Date: Fri, 2 Feb 2024 12:19:00 +0100 Subject: firefox: Update ff2mpv to version 5.1.0 Most changes are about installing the native messaging app and packaging on various distributions and OS, additionally it also tries to support more browsers. In addition to that, there is now a way to set mpv arguments via the plugin's new options page. We however want to set this via Nix, so I'm completely ignoring that feature and didn't include it in our ff2mpv.py. Signed-off-by: aszlig --- pkgs/aszlig/firefox/addons.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/aszlig/firefox/addons.json b/pkgs/aszlig/firefox/addons.json index 5b1ceaab..3cbb2c53 100644 --- a/pkgs/aszlig/firefox/addons.json +++ b/pkgs/aszlig/firefox/addons.json @@ -1,7 +1,7 @@ { "ff2mpv": { - "url": "https://addons.mozilla.org/firefox/downloads/file/3898765/ff2mpv-4.0.0.xpi", - "hash": "sha256:88312a84fc0a5d8e32100664af900a252a86875ee51869c30fd68054e990c992" + "url": "https://addons.mozilla.org/firefox/downloads/file/4228128/ff2mpv-5.1.0.xpi", + "hash": "sha256:4d46cffe0dc81a03fb55319fb4ce63f23da3d505b8505dc41df2c7ea9b47f005" }, "styl-us": { "url": "https://addons.mozilla.org/firefox/downloads/file/4190287/styl_us-1.5.38.xpi", -- cgit 1.4.1