firefox-extensions.{metamask,i2p-in-private-browsing,ublacklist} -> latest

This commit is contained in:
2024-07-14 22:10:58 +00:00
parent b8dbc0c1c0
commit 68a891f6de

View File

@@ -145,7 +145,7 @@ in (lib.makeScope newScope (self: with self; {
extid = "webextension@metamask.io";
pname = "ether-metamask";
url = "https://github.com/MetaMask/metamask-extension/releases/download/v${version}/metamask-firefox-${version}.zip";
version = "11.16.15";
version = "attributions-v11.16.15";
hash = "sha256-M+Qkz9N35oGZRKEv/legPB2ARqJmBFL/H26zfnHFtbU=";
};
fx_cast = fetchVersionedAddon rec {
@@ -159,8 +159,8 @@ in (lib.makeScope newScope (self: with self; {
extid = "i2ppb@eyedeekay.github.io";
pname = "i2p-in-private-browsing";
url = "https://github.com/eyedeekay/I2P-in-Private-Browsing-Mode-Firefox/releases/download/${version}/i2ppb@eyedeekay.github.io.xpi";
version = "1.49";
hash = "sha256-LnR5z3fqNJywlr/khFdV4qloKGQhbxNZQvWCEgz97DU=";
version = "2.5.9";
hash = "sha256-Vfy/DafNOv2Q1KRGOxI7M32wSMuFsnLhb2yg92xmOh4=";
};
sponsorblock = fetchVersionedAddon rec {
extid = "sponsorBlocker@ajay.app";
@@ -173,7 +173,7 @@ in (lib.makeScope newScope (self: with self; {
extid = "@ublacklist";
pname = "ublacklist";
url = "https://github.com/iorate/ublacklist/releases/download/v${version}/ublacklist-v${version}-firefox.zip";
version = "8.8.2";
version = "8.8.3";
hash = "sha256-bwHpUKyUQrvjBRrQUp2CY1vVhmxOOvLS8T4J9/P1J88=";
};
ublock-origin = fetchVersionedAddon rec {