firefox-extensions: update to latest

This commit is contained in:
Colin 2023-12-19 19:40:24 +00:00
parent 4085f60018
commit 5cd92279b7

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.7.0";
hash = "sha256-Xb+hFxFTfGE0IKp87JKLUoaLbgjwhnWUYwTNlYj1LCM=";
version = "11.7.1";
hash = "sha256-Ji+ynYXqd38TlNA10LfBgAk/5XMAJ7wUcNxX8M/aRgo=";
};
fx_cast = fetchVersionedAddon rec {
extid = "fx_cast@matt.tf";
@ -176,8 +176,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.1b10";
hash = "sha256-/u8lt4DYkN00mpE+2tZoHttvcoGDuzHbrGQMMFKWwNc=";
version = "1.54.1b16";
hash = "sha256-IT4U2htICdn2tiocfiaaskSJ73o5YWCrpAlFgDkggVI=";
};
};
})).overrideScope (self: super: