firefox-extensions: update to latest

This commit is contained in:
Colin 2023-12-12 20:44:56 +00:00
parent e8dfc1dc71
commit f4bfaf3581
2 changed files with 6 additions and 6 deletions

View File

@ -7,12 +7,12 @@
stdenv.mkDerivation rec {
pname = "bypass-paywalls-clean";
version = "3.4.5.0";
version = "3.4.6.0";
src = fetchFromGitLab {
owner = "magnolia1234";
repo = "bypass-paywalls-firefox-clean";
rev = "v${version}";
hash = "sha256-OoPMwQczJAC8aNVAt7oN7/ogR00oAcYBOPwn7jF1l6A=";
hash = "sha256-Ep1zNTFEGpvkK0JMYGqEa6lLwtMZBoFg9+PX4MvNLHY=";
};
patches = [

View File

@ -120,8 +120,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.6.3";
hash = "sha256-Shotu6/KesWv67v0f/KxzN36gAXvJKRybxnyTAKke+Q=";
version = "11.7.0";
hash = "sha256-Xb+hFxFTfGE0IKp87JKLUoaLbgjwhnWUYwTNlYj1LCM=";
};
i2p-in-private-browsing = fetchVersionedAddon rec {
extid = "i2ppb@eyedeekay.github.io";
@ -158,8 +158,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.54.1b2";
hash = "sha256-rreQkUyo4UU+KC/52YTwRahigcuz/+xlRJdfzh7iSF8=";
version = "1.54.1b10";
hash = "sha256-/u8lt4DYkN00mpE+2tZoHttvcoGDuzHbrGQMMFKWwNc=";
};
};
})).overrideScope (self: super: