update firefox-extension

This commit is contained in:
Colin 2023-10-28 21:19:08 +00:00
parent 462f9d3ab3
commit 51995a7d95
2 changed files with 6 additions and 6 deletions

View File

@ -7,12 +7,12 @@
stdenv.mkDerivation rec {
pname = "bypass-paywalls-clean";
version = "3.3.8.0";
version = "3.3.9.0";
src = fetchFromGitLab {
owner = "magnolia1234";
repo = "bypass-paywalls-firefox-clean";
rev = "v${version}";
hash = "sha256-P2J4B1Dv7vc0M9N+ozUcQgpb0Z+mfvtrkBynwavvUXs=";
hash = "sha256-nZgHAbE4TAhO0xtKQzPBd3Ij/h2H6w+bMlZU839hBAc=";
};
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.3.0";
hash = "sha256-8uCdaQEvHKYYH1xJFe88fwyjOx34GVHsGdVnx68lWlQ=";
version = "11.4.0";
hash = "sha256-r9nYfTSEppb9qWAnTyLKghdIFug0704lzRwd3nSKo0c=";
};
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.24";
hash = "sha256-XQ69BTvYqF1wOm1d5OarIBbHznfLTR9STsaWGH49lX4=";
version = "5.4.25";
hash = "sha256-GpAKyZXzwYyw/MjCOg2LX68sFInetf1UP59E5Uv5uVg=";
};
ublacklist = fetchVersionedAddon rec {
extid = "@ublacklist";