firefox-extensions: update to latest
This commit is contained in:
@@ -139,8 +139,8 @@ in (lib.makeScope newScope (self: with self; {
|
|||||||
extid = "webextension@metamask.io";
|
extid = "webextension@metamask.io";
|
||||||
pname = "ether-metamask";
|
pname = "ether-metamask";
|
||||||
url = "https://github.com/MetaMask/metamask-extension/releases/download/v${version}/metamask-firefox-${version}.zip";
|
url = "https://github.com/MetaMask/metamask-extension/releases/download/v${version}/metamask-firefox-${version}.zip";
|
||||||
version = "11.14.0";
|
version = "11.16.0";
|
||||||
hash = "sha256-VXfJndT+MDEPbIJGjyCxdbMtwPRojgxjwQdY59ygZGc=";
|
hash = "sha256-GqogHIqPneZ/Ngpf5ICm/LSMB3PIC2OjdZYZ5FSKJrk=";
|
||||||
};
|
};
|
||||||
fx_cast = fetchVersionedAddon rec {
|
fx_cast = fetchVersionedAddon rec {
|
||||||
extid = "fx_cast@matt.tf";
|
extid = "fx_cast@matt.tf";
|
||||||
@@ -160,15 +160,15 @@ in (lib.makeScope newScope (self: with self; {
|
|||||||
extid = "sponsorBlocker@ajay.app";
|
extid = "sponsorBlocker@ajay.app";
|
||||||
pname = "sponsorblock";
|
pname = "sponsorblock";
|
||||||
url = "https://github.com/ajayyy/SponsorBlock/releases/download/${version}/FirefoxSignedInstaller.xpi";
|
url = "https://github.com/ajayyy/SponsorBlock/releases/download/${version}/FirefoxSignedInstaller.xpi";
|
||||||
version = "5.5.9";
|
version = "5.6";
|
||||||
hash = "sha256-lyBrszbjdfMOWZbYwE6DjNtM8wq0Vv1eCcobBKNelWw=";
|
hash = "sha256-7HnWgGxDtkr0LXIGec+V1ACV/hhKAa3zII+SgMC7GSo=";
|
||||||
};
|
};
|
||||||
ublacklist = fetchVersionedAddon rec {
|
ublacklist = fetchVersionedAddon rec {
|
||||||
extid = "@ublacklist";
|
extid = "@ublacklist";
|
||||||
pname = "ublacklist";
|
pname = "ublacklist";
|
||||||
url = "https://github.com/iorate/ublacklist/releases/download/v${version}/ublacklist-v${version}-firefox.zip";
|
url = "https://github.com/iorate/ublacklist/releases/download/v${version}/ublacklist-v${version}-firefox.zip";
|
||||||
version = "8.5.1";
|
version = "8.7.0";
|
||||||
hash = "sha256-GLBB/in/RY2AQWph7/O5cQQEXZN9W9tJS/kqUD2IEck=";
|
hash = "sha256-70hdLWU8kfu7VO//aXeBi6HO6LvY20vT61zDw/pdQIg=";
|
||||||
};
|
};
|
||||||
ublock-origin = fetchVersionedAddon rec {
|
ublock-origin = fetchVersionedAddon rec {
|
||||||
extid = "uBlock0@raymondhill.net";
|
extid = "uBlock0@raymondhill.net";
|
||||||
@@ -176,8 +176,8 @@ in (lib.makeScope newScope (self: with self; {
|
|||||||
# N.B.: a handful of versions are released unsigned
|
# 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}.signed.xpi";
|
||||||
url = "https://github.com/gorhill/uBlock/releases/download/${version}/uBlock0_${version}.firefox.signed.xpi";
|
url = "https://github.com/gorhill/uBlock/releases/download/${version}/uBlock0_${version}.firefox.signed.xpi";
|
||||||
version = "1.57.3b3";
|
version = "1.58.0";
|
||||||
hash = "sha256-mwSikDhqNt7h6CMOowooaxrEpZca62YDmOhmC72K9co=";
|
hash = "sha256-RwxWmUpxdNshV4rc5ZixWKXcCXDIfFz+iJrGMr0wheo=";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
})).overrideScope (self: super:
|
})).overrideScope (self: super:
|
||||||
|
Reference in New Issue
Block a user