firefox-extensions: -> latest

This commit is contained in:
2024-10-23 21:46:26 +00:00
parent ddd0cc0613
commit 0f500088a8

View File

@@ -129,8 +129,8 @@ let
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 = "12.4.2"; version = "12.5.0";
hash = "sha256-nz5FxaJWAEkkE5C8wjq7LeXtOBKJqpscdVloguRb4F0="; hash = "sha256-3DO7JtMAn6HpeQtU/uq+wjnqhWvv/rJ0Lc4e+qkn54k=";
}; };
fx_cast = fetchVersionedAddon rec { fx_cast = fetchVersionedAddon rec {
extid = "fx_cast@matt.tf"; extid = "fx_cast@matt.tf";
@@ -166,8 +166,8 @@ let
# 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.60.1b15"; version = "1.60.1b16";
hash = "sha256-7q3/3gfoYufrEcGC55H6Mh68aQ9g99Ft/HB5ZRZXmTc="; hash = "sha256-f3/B+ibTAbU7qGK/vbYR29VCY+3bTxaii37s937VmMY=";
}; };
}; };
}) ).overrideScope (self: super: }) ).overrideScope (self: super: