firefox-extensions: update to latest
This commit is contained in:
@@ -120,8 +120,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.7.0";
|
version = "11.7.1";
|
||||||
hash = "sha256-Xb+hFxFTfGE0IKp87JKLUoaLbgjwhnWUYwTNlYj1LCM=";
|
hash = "sha256-Ji+ynYXqd38TlNA10LfBgAk/5XMAJ7wUcNxX8M/aRgo=";
|
||||||
};
|
};
|
||||||
fx_cast = fetchVersionedAddon rec {
|
fx_cast = fetchVersionedAddon rec {
|
||||||
extid = "fx_cast@matt.tf";
|
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
|
# 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.54.1b10";
|
version = "1.54.1b16";
|
||||||
hash = "sha256-/u8lt4DYkN00mpE+2tZoHttvcoGDuzHbrGQMMFKWwNc=";
|
hash = "sha256-IT4U2htICdn2tiocfiaaskSJ73o5YWCrpAlFgDkggVI=";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
})).overrideScope (self: super:
|
})).overrideScope (self: super:
|
||||||
|
Reference in New Issue
Block a user