firefox-extensions: update

This commit is contained in:
Colin 2023-10-10 20:51:06 +00:00
parent 1bf829dcf0
commit f3162544f7
2 changed files with 8 additions and 8 deletions

View File

@ -7,12 +7,12 @@
stdenv.mkDerivation rec {
pname = "bypass-paywalls-clean";
version = "3.3.6.0";
version = "3.3.7.0";
src = fetchFromGitLab {
owner = "magnolia1234";
repo = "bypass-paywalls-firefox-clean";
rev = "v${version}";
hash = "sha256-5v5jsOdTMVnCFXBnRXrbkOrevoxpf9SoEpEsl9Pe7j8=";
hash = "sha256-VkpRKli9Sxng1dXiuMU8xCU1rSv4RyJgdxN/zWuVhGk=";
};
patches = [

View File

@ -112,8 +112,8 @@ 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.1.1";
hash = "sha256-anyCzENZT3WHcjWCJxZHlUakAPjW0akVe5SbfxQv9wU=";
version = "11.1.2";
hash = "sha256-8M/hZ6WStA6NcgCYj0y3tD3Hl3eiQyw2Sk+26hrnGtk=";
};
i2p-in-private-browsing = fetchVersionedAddon rec {
extid = "i2ppb@eyedeekay.github.io";
@ -134,8 +134,8 @@ in (lib.makeScope newScope (self: with self; {
extid = "sponsorBlocker@ajay.app";
pname = "sponsorblock";
url = "https://github.com/ajayyy/SponsorBlock/releases/download/${version}/FirefoxSignedInstaller.xpi";
version = "5.4.22";
hash = "sha256-/zigrc5gljJ2h4vZLUKn/QZaibD/GwBCFuEcJ9rAMKY=";
version = "5.4.23";
hash = "sha256-rxMeVewPkxgGcR37DfzlaFa/aI9VqVYR6Ji5AurDV+Y=";
};
ublacklist = fetchVersionedAddon rec {
extid = "@ublacklist";
@ -150,8 +150,8 @@ in (lib.makeScope newScope (self: with self; {
# N.B.: a handful of versions are released unsigned
# url = "https://github.com/gorhill/uBlock/releases/download/${version}/uBlock0_${version}.signed.xpi";
url = "https://github.com/gorhill/uBlock/releases/download/${version}/uBlock0_${version}.firefox.signed.xpi";
version = "1.52.3b2";
hash = "sha256-nN6zTlngkUeRbhMXPOb5tb8v2n4PJCc8rGSsXi8+JCY=";
version = "1.52.3b6";
hash = "sha256-akMPZKYsnNHVzikREkLljrXYNBzTV901wUy48h51Npk=";
};
};
})).overrideScope (self: super: